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

Parameters

Name Type Description
Peer Peer user or group

Returns

NotifyPeer

Gogram Example

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