1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 16:07:21 +01:00
MadelineProto/docs/API_docs/constructors/bad_server_salt.md

701 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, ];