649 B
649 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, ];