Layer 224
constructor
notifyPeer#9fd40bd8 peer:Peer = NotifyPeer;

Parameters

Name Type Description
Peer Peer user or group

Returns

NotifyPeer

Gogram Example

// Creating NotifyPeerObj constructor
obj := &tg.NotifyPeerObj{
    Peer: &tg.Peer{},
}