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

Parameters

Name Type Description
Peer InputPeer User or group

Returns

InputNotifyPeer

Gogram Example

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