790 B
790 B
title | description |
---|---|
msg_detailed_info | msg_detailed_info attributes, type and example |
Constructor: msg_detailed_info
Attributes:
Name | Type | Required |
---|---|---|
msg_id | long | Yes |
answer_msg_id | long | Yes |
bytes | int | Yes |
status | int | Yes |
Type: MsgDetailedInfo
Example:
$msg_detailed_info = ['_' => 'msg_detailed_info', 'msg_id' => long, 'answer_msg_id' => long, 'bytes' => int, 'status' => int, ];
Or, if you're into Lua:
msg_detailed_info={_='msg_detailed_info', msg_id=long, answer_msg_id=long, bytes=int, status=int, }