Uses of Class
com.jtelegram.api.chat.ChatAction
-
Packages that use ChatAction Package Description com.jtelegram.api.chat com.jtelegram.api.requests.chat -
-
Uses of ChatAction in com.jtelegram.api.chat
Methods in com.jtelegram.api.chat that return ChatAction Modifier and Type Method Description static ChatActionChatAction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ChatAction[]ChatAction. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ChatAction in com.jtelegram.api.requests.chat
Methods in com.jtelegram.api.requests.chat that return ChatAction Modifier and Type Method Description ChatActionSendChatAction. getAction()Methods in com.jtelegram.api.requests.chat with parameters of type ChatAction Modifier and Type Method Description SendChatAction.SendChatActionBuilderSendChatAction.SendChatActionBuilder. action(ChatAction action)Constructors in com.jtelegram.api.requests.chat with parameters of type ChatAction Constructor Description SendChatAction(java.util.function.Consumer<TelegramException> errorHandler, java.lang.Runnable callback, ChatId chatId, ChatAction action)
-