libtd-ktx / kotlinx.telegram.extensions / ChatKtx / getMessages
getMessages
open suspend fun
Chat
.getMessages(messageIds:
LongArray
?):
Messages
Suspend function, which returns information about messages. If a message is not found, returns null on the corresponding position of the result.
Parameters
messageIds
- Identifiers of the messages to get.
Return TdApi.Messages Contains a list of messages.