Layer 224
NotifyPeerObj
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 NotifyPeerObj constructor obj := &tg.NotifyPeerObj{ Peer: &tg.Peer{}, }