BadServerSalt

class pyrogram.raw.types.BadServerSalt

Telegram API type.

Constructor of BadMsgNotification.

Details:
  • Layer: 223

  • ID: EDAB447B

Parameters:
  • bad_msg_id (int 64-bit) – N/A

  • bad_msg_seqno (int 32-bit) – N/A

  • error_code (int 32-bit) – N/A

  • new_server_salt (int 64-bit) – N/A

TL Schema

bad_server_salt#edab447b
bad_msg_id:long
bad_msg_seqno:int
error_code:int
new_server_salt:long

= BadMsgNotification

Parameter Tree

BadServerSalt
├── bad_msg_idlong
├── bad_msg_seqnoint
├── error_codeint
└── new_server_saltlong

Example

BadServerSalt(
    bad_msg_id=0,
    bad_msg_seqno=0,
    error_code=0,
    new_server_salt=0,
)