Uses of Class
org.telegram.telegrambots.meta.api.methods.stickers.SetStickerSetThumb
-
Packages that use SetStickerSetThumb Package Description org.telegram.telegrambots.meta.api.methods.stickers org.telegram.telegrambots.meta.bots -
-
Uses of SetStickerSetThumb in org.telegram.telegrambots.meta.api.methods.stickers
Methods in org.telegram.telegrambots.meta.api.methods.stickers that return SetStickerSetThumb Modifier and Type Method Description SetStickerSetThumbSetStickerSetThumb. setThumb(File thumbFile)SetStickerSetThumbSetStickerSetThumb. setThumb(String thumb)SetStickerSetThumbSetStickerSetThumb. setThumb(String thumbName, InputStream thumbStream)SetStickerSetThumbSetStickerSetThumb. setThumb(InputFile thumb) -
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)
-