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