Uses of Class
org.telegram.telegrambots.meta.api.objects.File
-
Packages that use File Package Description org.telegram.telegrambots.meta.api.methods org.telegram.telegrambots.meta.api.methods.stickers org.telegram.telegrambots.meta.bots -
-
Uses of File in org.telegram.telegrambots.meta.api.methods
Methods in org.telegram.telegrambots.meta.api.methods that return File Modifier and Type Method Description FileGetFile. deserializeResponse(String answer) -
Uses of File in org.telegram.telegrambots.meta.api.methods.stickers
Methods in org.telegram.telegrambots.meta.api.methods.stickers that return File Modifier and Type Method Description FileUploadStickerFile. deserializeResponse(String answer) -
Uses of File in org.telegram.telegrambots.meta.bots
Methods in org.telegram.telegrambots.meta.bots that return File Modifier and Type Method Description abstract FileAbsSender. execute(UploadStickerFile uploadStickerFile)Upload a new file as sticker (https://core.telegram.org/bots/api#uploadStickerFile)
-