--- title: messages description: Contains list of messages image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: messages [Back to constructors index](index.md) Contains list of messages ### Attributes: | Name | Type | Required | Description | |----------|---------------|----------|-------------| |total\_count|[int](../types/int.md) | Yes|Approximate total count of found messages| |messages|Array of [message](../constructors/message.md) | Yes|List of messages| ### Type: [Messages](../types/Messages.md)