Uses of Class
org.telegram.telegrambots.meta.api.methods.stickers.SetStickerSetThumb
-
Packages that use SetStickerSetThumb Package Description org.telegram.telegrambots.meta.bots -
-
Uses of SetStickerSetThumb in org.telegram.telegrambots.meta.bots
Methods in org.telegram.telegrambots.meta.bots with parameters of type SetStickerSetThumb Modifier and Type Method Description abstract BooleanAbsSender. execute(SetStickerSetThumb setStickerSetThumb)Set sticker set thumb (https://core.telegram.org/bots/api#setStickerSetThumb)abstract CompletableFuture<Boolean>AbsSender. executeAsync(SetStickerSetThumb setStickerSetThumb)Set sticker set thumb (https://core.telegram.org/bots/api#setStickerSetThumb)
-