-
Notifications
You must be signed in to change notification settings - Fork 11
get replied
Alexey Kravtsov edited this page May 19, 2020
·
1 revision
libtd-ktx / kotlinx.telegram.extensions / MessageKtx / getReplied
open suspend fun
Message
.getReplied(chatId:
Long
):
Message
Suspend function, which returns information about a message that is replied by given message.
chatId
- Identifier of the chat the message belongs to.
Return TdApi.Message Describes a message.