Class SetChatStickerSet.SetChatStickerSetBuilder
- java.lang.Object
-
- com.jtelegram.api.requests.chat.admin.SetChatStickerSet.SetChatStickerSetBuilder
-
- Enclosing class:
- SetChatStickerSet
public static class SetChatStickerSet.SetChatStickerSetBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SetChatStickerSet
build()
SetChatStickerSet.SetChatStickerSetBuilder
callback(java.lang.Runnable callback)
SetChatStickerSet.SetChatStickerSetBuilder
chatId(ChatId chatId)
SetChatStickerSet.SetChatStickerSetBuilder
errorHandler(java.util.function.Consumer<TelegramException> errorHandler)
SetChatStickerSet.SetChatStickerSetBuilder
stickerSet(java.lang.String stickerSet)
java.lang.String
toString()
-
-
-
Method Detail
-
errorHandler
public SetChatStickerSet.SetChatStickerSetBuilder errorHandler(java.util.function.Consumer<TelegramException> errorHandler)
-
callback
public SetChatStickerSet.SetChatStickerSetBuilder callback(java.lang.Runnable callback)
-
chatId
public SetChatStickerSet.SetChatStickerSetBuilder chatId(ChatId chatId)
-
stickerSet
public SetChatStickerSet.SetChatStickerSetBuilder stickerSet(java.lang.String stickerSet)
-
build
public SetChatStickerSet build()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-