mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-23 05:11:26 +01:00
488 B
488 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], ];