Layer 228
Type

Gogram Example

// NotifyPeer is an interface type
// You can use any of the following constructors:
var _ tg.NotifyPeer = &tg.NotifyBroadcasts{}
var _ tg.NotifyPeer = &tg.NotifyChats{}
var _ tg.NotifyPeer = &tg.NotifyCommunity{}
var _ tg.NotifyPeer = &tg.NotifyForumTopic{}
var _ tg.NotifyPeer = &tg.NotifyPeer{}
// ... and 1 more constructors