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.SendChatActionBuilder
SendChatAction.SendChatActionBuilder. action(ChatAction action)
static SendChatAction.SendChatActionBuilder
SendChatAction. builder()
SendChatAction.SendChatActionBuilder
SendChatAction.SendChatActionBuilder. callback(java.lang.Runnable callback)
SendChatAction.SendChatActionBuilder
SendChatAction.SendChatActionBuilder. chatId(ChatId chatId)
SendChatAction.SendChatActionBuilder
SendChatAction.SendChatActionBuilder. errorHandler(java.util.function.Consumer<TelegramException> errorHandler)
-