Layer 220
InputNotifyPeer
Notifications generated by a certain user or group.
constructor
inputNotifyPeer#b8bc5b0c peer:InputPeer = InputNotifyPeer;
Parameters
| Name | Type | Description |
|---|---|---|
| Peer | InputPeer | User or group |
Returns
InputNotifyPeerGogram Example
// Creating InputNotifyPeer constructor obj := &tg.InputNotifyPeer{ Peer: &tg.InputPeerUser{UserID: int64(123456789)}, }