libtd-ktx / kotlinx.telegram.extensions / ChatKtx / getMessageLocally
getMessageLocally
open suspend fun Chat.getMessageLocally(messageId: Long): Message
Suspend function, which returns information about a message, if it is available locally without sending network request. This is an offline request.
Parameters
messageId - Identifier of the message to get.
Return TdApi.Message Describes a message.