mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 21:27:48 +01:00
643 B
643 B
title | description |
---|---|
bad_msg_notification | bad_msg_notification attributes, type and example |
Constructor: bad_msg_notification
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, ];