Uses of Class
org.telegram.telegrambots.meta.api.methods.ActionType
-
Packages that use ActionType Package Description org.telegram.telegrambots.meta.api.methods org.telegram.telegrambots.meta.api.methods.send -
-
Uses of ActionType in org.telegram.telegrambots.meta.api.methods
Methods in org.telegram.telegrambots.meta.api.methods that return ActionType Modifier and Type Method Description static ActionTypeActionType. get(String text)static ActionTypeActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ActionType[]ActionType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ActionType in org.telegram.telegrambots.meta.api.methods.send
Methods in org.telegram.telegrambots.meta.api.methods.send that return ActionType Modifier and Type Method Description ActionTypeSendChatAction. getActionType()Methods in org.telegram.telegrambots.meta.api.methods.send with parameters of type ActionType Modifier and Type Method Description voidSendChatAction. setAction(ActionType action)
-