Layer 220
InputNotifyPeer
Abstract type representing one of 5 possible constructors.
Type
Available Constructors
In Gogram, this type is represented as tg.InputNotifyPeer interface.
Use any of the following constructors:
Gogram Example
// InputNotifyPeer is an interface type // You can use any of the following constructors: var _ tg.InputNotifyPeer = &tg.InputNotifyPeer{} var _ tg.InputNotifyPeer = &tg.InputNotifyUsers{} var _ tg.InputNotifyPeer = &tg.InputNotifyBroadcasts{} var _ tg.InputNotifyPeer = &tg.InputNotifyChats{} var _ tg.InputNotifyPeer = &tg.InputNotifyForumTopic{}