Layer 220
NotifyPeer
Abstract type representing one of 5 possible constructors.
Type
Available Constructors
In Gogram, this type is represented as tg.NotifyPeer interface.
Use any of the following constructors:
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{}