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 SetChatStickerSetbuild()SetChatStickerSet.SetChatStickerSetBuildercallback(java.lang.Runnable callback)SetChatStickerSet.SetChatStickerSetBuilderchatId(ChatId chatId)SetChatStickerSet.SetChatStickerSetBuildererrorHandler(java.util.function.Consumer<TelegramException> errorHandler)SetChatStickerSet.SetChatStickerSetBuilderstickerSet(java.lang.String stickerSet)java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
-