MadelineProto/docs/MTProto_docs/constructors/bad_server_salt.md

707 B

title description
bad_server_salt bad_server_salt attributes, type and example

Constructor: bad_server_salt

Back to constructors index

Attributes:

Name Type Required
bad_msg_id long Required
bad_msg_seqno int Required
error_code int Required
new_server_salt long Required

Type: BadMsgNotification

Example:

$bad_server_salt = ['_' => 'bad_server_salt', 'bad_msg_id' => long, 'bad_msg_seqno' => int, 'error_code' => int, 'new_server_salt' => long, ];