Layer 224
constructor
inputNotifyPeer#b8bc5b0c peer:InputPeer = InputNotifyPeer;

Parameters

Name Type Description
Peer InputPeer User or group

Returns

InputNotifyPeer

Gogram Example

// Creating InputNotifyPeerObj constructor
obj := &tg.InputNotifyPeerObj{
    Peer: &tg.InputPeerUser{UserID: int64(777000)},
}