Uses of Class
org.telegram.telegrambots.meta.api.methods.stickers.UploadStickerFile
-
Packages that use UploadStickerFile Package Description org.telegram.telegrambots.meta.bots -
-
Uses of UploadStickerFile in org.telegram.telegrambots.meta.bots
Methods in org.telegram.telegrambots.meta.bots with parameters of type UploadStickerFile Modifier and Type Method Description abstract FileAbsSender. execute(UploadStickerFile uploadStickerFile)Upload a new file as sticker (https://core.telegram.org/bots/api#uploadStickerFile)abstract CompletableFuture<File>AbsSender. executeAsync(UploadStickerFile uploadStickerFile)Upload a new file as sticker (https://core.telegram.org/bots/api#uploadStickerFile)
-