MadelineProtoDocs/old_docs/API_docs_v18/constructors/bad_server_salt.md

913 B

title description image
bad_server_salt bad_server_salt attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: bad_server_salt

Back to constructors index

Attributes:

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

Type: BadMsgNotification

Example:

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

Or, if you're into Lua:

bad_server_salt={_='bad_server_salt', bad_msg_id=long, bad_msg_seqno=int, error_code=int, new_server_salt=long}