-
Notifications
You must be signed in to change notification settings - Fork 11
send chat action
Alexey Kravtsov edited this page May 19, 2020
·
1 revision
libtd-ktx / kotlinx.telegram.coroutines / sendChatAction
suspend fun
TelegramFlow
.sendChatAction(chatId:
Long
, action:
ChatAction
?):
Unit
Suspend function, which sends a notification about user activity in a chat.
chatId
- Chat identifier.
action
- The action description.