NotifyPeer
- class pyrogram.raw.types.NotifyPeer
Notifications generated by a certain user or group.
Constructor of
NotifyPeer.- Details:
Layer:
223ID:
9FD40BD8
- Parameters:
peer (
Peer) – user or group
TL Schema
notifyPeer#9fd40bd8
peer:Peer
= NotifyPeer
Parameter Tree
NotifyPeer
└── peer →
Peer├──
PeerUser│ └── user_id →
long├──
PeerChat│ └── chat_id →
long└──
PeerChannel└── channel_id →
longExample
NotifyPeer(
peer=PeerUser(user_id=0),
)