Uses of Class
org.telegram.telegrambots.meta.api.methods.stickers.UploadStickerFile
-
Packages that use UploadStickerFile Package Description org.telegram.telegrambots.meta.api.methods.stickers org.telegram.telegrambots.meta.bots -
-
Uses of UploadStickerFile in org.telegram.telegrambots.meta.api.methods.stickers
Methods in org.telegram.telegrambots.meta.api.methods.stickers that return UploadStickerFile Modifier and Type Method Description UploadStickerFileUploadStickerFile. setPngSticker(File pngSticker)UploadStickerFileUploadStickerFile. setPngSticker(String pngStickerName, InputStream pngStickerStream)UploadStickerFileUploadStickerFile. setUserId(Integer userId) -
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)
-