## Constructor: messages\_chats ### Attributes: | Name | Type | Required | |----------|:-------------:|---------:| |chats|Array of [Chat](../types/Chat.md) | Required| ### Type: [messages\_Chats](../types/messages\_Chats.md) ### Example: ``` $messages_chats = ['chats' => [Chat], ]; ```