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