Uses of Class
org.telegram.telegrambots.meta.api.objects.InputFile
-
-
Uses of InputFile in org.telegram.telegrambots.meta.api.methods.send
Methods in org.telegram.telegrambots.meta.api.methods.send that return InputFile Modifier and Type Method Description InputFileSendAnimation. getAnimation()InputFileSendAudio. getAudio()InputFileSendDocument. getDocument()InputFileSendPhoto. getPhoto()InputFileSendSticker. getSticker()InputFileSendAnimation. getThumb()InputFileSendAudio. getThumb()InputFileSendDocument. getThumb()InputFileSendVideo. getThumb()InputFileSendVideoNote. getThumb()InputFileSendVideo. getVideo()InputFileSendVideoNote. getVideoNote()InputFileSendVoice. getVoice()Methods in org.telegram.telegrambots.meta.api.methods.send with parameters of type InputFile Modifier and Type Method Description SendAnimationSendAnimation. setAnimation(InputFile animation)SendAudioSendAudio. setAudio(InputFile audio)SendDocumentSendDocument. setDocument(InputFile document)SendPhotoSendPhoto. setPhoto(InputFile photo)SendStickerSendSticker. setSticker(InputFile sticker)SendAnimationSendAnimation. setThumb(InputFile thumb)SendAudioSendAudio. setThumb(InputFile thumb)SendDocumentSendDocument. setThumb(InputFile thumb)SendVideoSendVideo. setThumb(InputFile thumb)SendVideoNoteSendVideoNote. setThumb(InputFile thumb)SendVideoSendVideo. setVideo(InputFile video)SendVideoNoteSendVideoNote. setVideoNote(InputFile videoNote)SendVoiceSendVoice. setVoice(InputFile voice) -
Uses of InputFile in org.telegram.telegrambots.meta.api.methods.stickers
Methods in org.telegram.telegrambots.meta.api.methods.stickers that return InputFile Modifier and Type Method Description InputFileAddStickerToSet. getPngSticker()InputFileCreateNewStickerSet. getPngSticker()InputFileUploadStickerFile. getPngSticker()Methods in org.telegram.telegrambots.meta.api.methods.stickers with parameters of type InputFile Modifier and Type Method Description CreateNewStickerSetCreateNewStickerSet. setPngStickerFile(InputFile pngStickerFile) -
Uses of InputFile in org.telegram.telegrambots.meta.api.objects
Methods in org.telegram.telegrambots.meta.api.objects that return InputFile Modifier and Type Method Description InputFileInputFile. setMedia(File mediaFile, String fileName)Use this setter to send new file.InputFileInputFile. setMedia(InputStream mediaStream, String fileName)Use this setter to send new file as stream.InputFileInputFile. setMedia(String attachName)Methods in org.telegram.telegrambots.meta.api.objects with parameters of type InputFile Modifier and Type Method Description voidInputFileSerializer. serialize(InputFile value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers) -
Uses of InputFile in org.telegram.telegrambots.meta.api.objects.media
Methods in org.telegram.telegrambots.meta.api.objects.media that return InputFile Modifier and Type Method Description InputFileInputMediaAnimation. getThumb()InputFileInputMediaAudio. getThumb()InputFileInputMediaDocument. getThumb()InputFileInputMediaVideo. getThumb()Methods in org.telegram.telegrambots.meta.api.objects.media with parameters of type InputFile Modifier and Type Method Description InputMediaAnimationInputMediaAnimation. setThumb(InputFile thumb)InputMediaAudioInputMediaAudio. setThumb(InputFile thumb)InputMediaDocumentInputMediaDocument. setThumb(InputFile thumb)InputMediaVideoInputMediaVideo. setThumb(InputFile thumb)
-