Uses of Class
org.drinkless.tdlib.TdApi.ChatAction
Packages that use TdApi.ChatAction
-
Uses of TdApi.ChatAction in org.drinkless.tdlib
Subclasses of TdApi.ChatAction in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
The user has canceled the previous action.static class
The user is picking a contact to send.static class
The user is picking a location or venue to send.static class
The user is picking a sticker to send.static class
The user is recording a video.static class
The user is recording a video note.static class
The user is recording a voice note.static class
The user has started to play a game.static class
The user is typing a message.static class
The user is uploading a document.static class
The user is uploading a photo.static class
The user is uploading a video.static class
The user is uploading a video note.static class
The user is uploading a voice note.static class
The user is watching animations sent by the other party by clicking on an animated emoji.Fields in org.drinkless.tdlib declared as TdApi.ChatActionModifier and TypeFieldDescriptionTdApi.SendChatAction.action
The action description; pass null to cancel the currently active action.TdApi.UpdateChatAction.action
The action.Constructors in org.drinkless.tdlib with parameters of type TdApi.ChatActionModifierConstructorDescriptionSendChatAction
(long chatId, long messageThreadId, String businessConnectionId, TdApi.ChatAction action) Creates a function, which sends a notification about user activity in a chat.UpdateChatAction
(long chatId, long messageThreadId, TdApi.MessageSender senderId, TdApi.ChatAction action) A message sender activity in the chat has changed.