MadelineProtoDocs/old_docs/API_docs_v66/constructors/msgs_all_info.md

728 B

title description image
msgs_all_info Msgs all info https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: msgs_all_info

Back to constructors index

Msgs all info

Attributes:

Name Type Required Description
msg_ids Array of long Yes Msg IDs
info string Yes Info

Type: MsgsAllInfo

Example:

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

Or, if you're into Lua:

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