BadMsgNotification
- class pyrogram.raw.base.BadMsgNotification
Telegram API base type.
- Constructors:
This base type has 2 constructors available.
Telegram API type.
Telegram API type.
TL Schema
bad_msg_notification#a7eff811
bad_msg_id:long
bad_msg_seqno:int
error_code:int
= BadMsgNotification
Parameter Tree
BadMsgNotification
├── bad_msg_id →
long├── bad_msg_seqno →
int└── error_code →
intExample
BadMsgNotification(
bad_msg_id=0,
bad_msg_seqno=0,
error_code=0,
)