1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-11 08:42:03 +01:00
MadelineProto/docs/MTProto_docs/constructors/msg_container.md

488 B

title description
msg_container msg_container attributes, type and example

Constructor: msg_container

Back to constructors index

Attributes:

Name Type Required
messages Array of MTmessage Required

Type: MessageContainer

Example:

$msg_container = ['_' => 'msg_container', 'messages' => [vector], ];