BadMsgNotification

class pyrogram.raw.base.BadMsgNotification

Telegram API base type.

Constructors:

This base type has 2 constructors available.

BadMsgNotification

Telegram API type.

BadServerSalt

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_idlong
├── bad_msg_seqnoint
└── error_codeint

Example

BadMsgNotification(
    bad_msg_id=0,
    bad_msg_seqno=0,
    error_code=0,
)