TDLib v0.0.2 TDLib.Method.GetMessages View Source
Returns information about messages. If a message is not found, returns null on the corresponding position of the result.
Returns object_ptr
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.