MadelineProto/docs/API_docs/constructors/msg_container.md
2016-12-30 23:21:36 +03:00

484 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], ];