724 B
724 B
title | description | image |
---|---|---|
msgs_all_info | Msgs all info | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: msgs_all_info
Msgs all info
Attributes:
Name | Type | Required | Description |
---|---|---|---|
msg_ids | Array of long | Yes | Msg IDs |
info | bytes | Yes | Info |
Type: MsgsAllInfo
Example:
$msgs_all_info = ['_' => 'msgs_all_info', 'msg_ids' => [long, long], 'info' => 'bytes'];
Or, if you're into Lua:
msgs_all_info={_='msgs_all_info', msg_ids={long}, info='bytes'}