mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 20:07:50 +01:00
484 B
484 B
title | description |
---|---|
msg_container | msg_container attributes, type and example |
Constructor: msg_container
Attributes:
Name | Type | Required |
---|---|---|
messages | Array of MTmessage | Required |
Type: MessageContainer
Example:
$msg_container = ['_' => 'msg_container', 'messages' => [vector], ];