Uses of Class
com.jtelegram.api.requests.chat.admin.SetChatDescription.SetChatDescriptionBuilder
-
Packages that use SetChatDescription.SetChatDescriptionBuilder Package Description com.jtelegram.api.requests.chat.admin -
-
Uses of SetChatDescription.SetChatDescriptionBuilder in com.jtelegram.api.requests.chat.admin
Methods in com.jtelegram.api.requests.chat.admin that return SetChatDescription.SetChatDescriptionBuilder Modifier and Type Method Description static SetChatDescription.SetChatDescriptionBuilder
SetChatDescription. builder()
SetChatDescription.SetChatDescriptionBuilder
SetChatDescription.SetChatDescriptionBuilder. callback(java.lang.Runnable callback)
SetChatDescription.SetChatDescriptionBuilder
SetChatDescription.SetChatDescriptionBuilder. chatId(ChatId chatId)
SetChatDescription.SetChatDescriptionBuilder
SetChatDescription.SetChatDescriptionBuilder. description(java.lang.String description)
SetChatDescription.SetChatDescriptionBuilder
SetChatDescription.SetChatDescriptionBuilder. errorHandler(java.util.function.Consumer<TelegramException> errorHandler)
-