MadelineProto/docs/MTProto_docs/constructors/msg_container.md

27 lines
488 B
Markdown
Raw Normal View History

---
title: msg_container
description: msg_container attributes, type and example
---
## Constructor: msg\_container
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
2016-12-30 21:21:36 +01:00
|messages|Array of [MTmessage](../constructors/MTmessage.md) | Required|
### Type: [MessageContainer](../types/MessageContainer.md)
### Example:
```
2016-12-30 21:21:36 +01:00
$msg_container = ['_' => 'msg_container', 'messages' => [vector], ];
```