869 B
869 B
title | description | image |
---|---|---|
msg_new_detailed_info | Msg new detailed info | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: msg_new_detailed_info
Msg new detailed info
Attributes:
Name | Type | Required | Description |
---|---|---|---|
answer_msg_id | long | Yes | Answer msg ID |
bytes | int | Yes | Bytes |
status | int | Yes | Status |
Type: MsgDetailedInfo
Example:
$msg_new_detailed_info = ['_' => 'msg_new_detailed_info', 'answer_msg_id' => long, 'bytes' => int, 'status' => int];
Or, if you're into Lua:
msg_new_detailed_info={_='msg_new_detailed_info', answer_msg_id=long, bytes=int, status=int}