MadelineProto/old_docs/API_docs_v68/constructors/msgs_all_info.md
Daniil Gentili 9d77dc0919 AMP fixes
2017-08-20 09:05:56 +00:00

750 B

title description
msgs_all_info msgs_all_info attributes, type and example

Constructor: msgs_all_info

Back to constructors index

Attributes:

Name Type Required
msg_ids Array of long Yes
info string Yes

Type: MsgsAllInfo

Example:

$msgs_all_info = ['_' => 'msgs_all_info', 'msg_ids' => [long], 'info' => 'string'];

PWRTelegram json-encoded version:

{"_": "msgs_all_info", "msg_ids": [long], "info": "string"}

Or, if you're into Lua:

msgs_all_info={_='msgs_all_info', msg_ids={long}, info='string'}