Uses of Class
com.jtelegram.api.requests.chat.SendChatAction.SendChatActionBuilder
-
Packages that use SendChatAction.SendChatActionBuilder Package Description com.jtelegram.api.requests.chat -
-
Uses of SendChatAction.SendChatActionBuilder in com.jtelegram.api.requests.chat
Methods in com.jtelegram.api.requests.chat that return SendChatAction.SendChatActionBuilder Modifier and Type Method Description SendChatAction.SendChatActionBuilderSendChatAction.SendChatActionBuilder. action(ChatAction action)static SendChatAction.SendChatActionBuilderSendChatAction. builder()SendChatAction.SendChatActionBuilderSendChatAction.SendChatActionBuilder. callback(java.lang.Runnable callback)SendChatAction.SendChatActionBuilderSendChatAction.SendChatActionBuilder. chatId(ChatId chatId)SendChatAction.SendChatActionBuilderSendChatAction.SendChatActionBuilder. errorHandler(java.util.function.Consumer<TelegramException> errorHandler)
-