Layer 220
NotifyPeer
Notifications generated by a certain user or group.
constructor
notifyPeer#9fd40bd8 peer:Peer = NotifyPeer;
Parameters
| Name | Type | Description |
|---|---|---|
| Peer | Peer | user or group |
Returns
NotifyPeerGogram Example
// Creating NotifyPeer constructor obj := &tg.NotifyPeer{ Peer: &tg.Peer{}, }