905 B
905 B
title | description | image |
---|---|---|
bad_msg_notification | Bad msg notification | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: bad_msg_notification
Bad msg notification
Attributes:
Name | Type | Required | Description |
---|---|---|---|
bad_msg_id | long | Yes | Bad msg ID |
bad_msg_seqno | int | Yes | Bad msg seqno |
error_code | int | Yes | Error code |
Type: BadMsgNotification
Example:
$bad_msg_notification = ['_' => 'bad_msg_notification', 'bad_msg_id' => long, 'bad_msg_seqno' => int, 'error_code' => int];
Or, if you're into Lua:
bad_msg_notification={_='bad_msg_notification', bad_msg_id=long, bad_msg_seqno=int, error_code=int}