View Source ExTDLib.Method.GetMessages (ExTDLib v0.0.4)
Returns information about messages. If a message is not found, returns null on the corresponding position of the result. Returns object_ptr<Messages>.
| Name | Type | Description |
|---|---|---|
| chat_id | string | Identifier of the chat the messages belong to. |
| message_ids | string | Identifiers of the messages to get. |
More details on telegram's documentation.