1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 21:27:48 +01:00
MadelineProto/docs/API_docs/constructors/bad_msg_notification.md

643 B

title description
bad_msg_notification bad_msg_notification attributes, type and example

Constructor: bad_msg_notification

Back to constructors index

Attributes:

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

Type: BadMsgNotification

Example:

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