Layer 220
Type

Gogram Example

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