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 classThe user has canceled the previous action.static classThe user is picking a contact to send.static classThe user is picking a location or venue to send.static classThe user is picking a sticker to send.static classThe user is recording a video.static classThe user is recording a video note.static classThe user is recording a voice note.static classThe user has started to play a game.static classThe user is typing a message.static classThe user is uploading a document.static classThe user is uploading a photo.static classThe user is uploading a video.static classThe user is uploading a video note.static classThe user is uploading a voice note.static classThe 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.actionThe action description; pass null to cancel the currently active action.TdApi.UpdateChatAction.actionThe 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.