Uses of Interface
com.jtelegram.api.message.input.file.InputFile
-
-
Uses of InputFile in com.jtelegram.api.message.input.file
Classes in com.jtelegram.api.message.input.file that implement InputFile Modifier and Type Class Description classExternalInputFileclassIdInputFileclassLocalInputFileMethods in com.jtelegram.api.message.input.file that return types with arguments of type InputFile Modifier and Type Method Description java.util.List<InputFile>InputFileRequest. getInputFiles()Methods in com.jtelegram.api.message.input.file with parameters of type InputFile Modifier and Type Method Description com.google.gson.JsonElementInputFile.Serializer. serialize(InputFile inputFile, java.lang.reflect.Type type, com.google.gson.JsonSerializationContext context) -
Uses of InputFile in com.jtelegram.api.message.input.media
Methods in com.jtelegram.api.message.input.media that return InputFile Modifier and Type Method Description InputFileInputMedia. getMedia()Methods in com.jtelegram.api.message.input.media that return types with arguments of type InputFile Modifier and Type Method Description java.util.List<InputFile>InputMedia. getAllMedia()java.util.List<InputFile>ThumbableInputMedia. getAllMedia()Methods in com.jtelegram.api.message.input.media with parameters of type InputFile Modifier and Type Method Description AnimationInputMedia.AnimationInputMediaBuilderAnimationInputMedia.AnimationInputMediaBuilder. media(InputFile media)AudioInputMedia.AudioInputMediaBuilderAudioInputMedia.AudioInputMediaBuilder. media(InputFile media)DocumentInputMedia.DocumentInputMediaBuilderDocumentInputMedia.DocumentInputMediaBuilder. media(InputFile media)PhotoInputMedia.PhotoInputMediaBuilderPhotoInputMedia.PhotoInputMediaBuilder. media(InputFile media)VideoInputMedia.VideoInputMediaBuilderVideoInputMedia.VideoInputMediaBuilder. media(InputFile media)Constructors in com.jtelegram.api.message.input.media with parameters of type InputFile Constructor Description AnimatedInputMedia(InputMediaType type, InputFile media, java.lang.String caption, ParseMode parseMode, LocalInputFile thumbnail, int width, int height, long duration)AnimationInputMedia(InputFile media, java.lang.String caption, ParseMode parseMode, LocalInputFile thumbnail, int width, int height, long duration)AudioInputMedia(InputFile media, java.lang.String caption, ParseMode parseMode, LocalInputFile thumbnail, long duration, java.lang.String performer, java.lang.String title)DocumentInputMedia(InputFile media, java.lang.String caption, ParseMode parseMode, LocalInputFile thumbnail)InputMedia(InputMediaType type, InputFile media, java.lang.String caption, ParseMode parseMode)PhotoInputMedia(InputFile media, java.lang.String caption, ParseMode parseMode)ThumbableInputMedia(InputMediaType type, InputFile media, java.lang.String caption, ParseMode parseMode, LocalInputFile thumbnail)VideoInputMedia(InputFile media, java.lang.String caption, ParseMode parseMode, LocalInputFile thumbnail, int width, int height, long duration, boolean supportsStreaming) -
Uses of InputFile in com.jtelegram.api.message.sticker
Methods in com.jtelegram.api.message.sticker with parameters of type InputFile Modifier and Type Method Description static booleanSticker. verifySize(InputFile file) -
Uses of InputFile in com.jtelegram.api.requests.chat.admin
Methods in com.jtelegram.api.requests.chat.admin that return InputFile Modifier and Type Method Description InputFileSetChatPhoto. getPhoto()Methods in com.jtelegram.api.requests.chat.admin that return types with arguments of type InputFile Modifier and Type Method Description java.util.List<InputFile>SetChatPhoto. getInputFiles()Methods in com.jtelegram.api.requests.chat.admin with parameters of type InputFile Modifier and Type Method Description SetChatPhoto.SetChatPhotoBuilderSetChatPhoto.SetChatPhotoBuilder. photo(InputFile photo)Constructors in com.jtelegram.api.requests.chat.admin with parameters of type InputFile Constructor Description SetChatPhoto(java.util.function.Consumer<TelegramException> errorHandler, java.lang.Runnable callback, ChatId chatId, InputFile photo) -
Uses of InputFile in com.jtelegram.api.requests.message.edit
Methods in com.jtelegram.api.requests.message.edit that return types with arguments of type InputFile Modifier and Type Method Description java.util.List<InputFile>EditMessageMedia. getInputFiles() -
Uses of InputFile in com.jtelegram.api.requests.message.send
Methods in com.jtelegram.api.requests.message.send that return InputFile Modifier and Type Method Description InputFileSendAnimation. getAnimation()InputFileSendAudio. getAudio()InputFileSendDocument. getDocument()InputFileSendPhoto. getPhoto()InputFileSendSticker. getSticker()InputFileSendVideo. getVideo()InputFileSendVideoNote. getVideoNote()InputFileSendVoice. getVoice()Methods in com.jtelegram.api.requests.message.send that return types with arguments of type InputFile Modifier and Type Method Description java.util.List<InputFile>SendAnimation. getInputFiles()java.util.List<InputFile>SendAudio. getInputFiles()java.util.List<InputFile>SendDocument. getInputFiles()java.util.List<InputFile>SendMediaGroup. getInputFiles()java.util.List<InputFile>SendPhoto. getInputFiles()java.util.List<InputFile>SendSticker. getInputFiles()java.util.List<InputFile>SendVideo. getInputFiles()java.util.List<InputFile>SendVideoNote. getInputFiles()java.util.List<InputFile>SendVoice. getInputFiles()Methods in com.jtelegram.api.requests.message.send with parameters of type InputFile Modifier and Type Method Description SendAnimation.SendAnimationBuilderSendAnimation.SendAnimationBuilder. animation(InputFile animation)SendAudio.SendAudioBuilderSendAudio.SendAudioBuilder. audio(InputFile audio)SendDocument.SendDocumentBuilderSendDocument.SendDocumentBuilder. document(InputFile document)SendPhoto.SendPhotoBuilderSendPhoto.SendPhotoBuilder. photo(InputFile photo)SendSticker.SendStickerBuilderSendSticker.SendStickerBuilder. sticker(InputFile sticker)SendVideo.SendVideoBuilderSendVideo.SendVideoBuilder. video(InputFile video)SendVideoNote.SendVideoNoteBuilderSendVideoNote.SendVideoNoteBuilder. videoNote(InputFile videoNote)SendVoice.SendVoiceBuilderSendVoice.SendVoiceBuilder. voice(InputFile voice)Constructors in com.jtelegram.api.requests.message.send with parameters of type InputFile Constructor Description SendAnimation(java.util.function.Consumer<AnimationMessage> callback, java.util.function.Consumer<TelegramException> errorHandler, ChatId chatId, java.lang.Integer replyToMessageId, java.lang.Boolean disableNotification, ReplyMarkup replyMarkup, InputFile animation, LocalInputFile thumbnail, java.lang.Long duration, java.lang.Integer width, java.lang.Integer height, java.lang.String caption, ParseMode parseMode)SendAudio(java.util.function.Consumer<AudioMessage> callback, java.util.function.Consumer<TelegramException> errorHandler, ChatId chatId, java.lang.Integer replyToMessageID, java.lang.Boolean disableNotification, ReplyMarkup replyMarkup, InputFile audio, java.lang.String caption, java.lang.Integer duration, java.lang.String title, ParseMode parseMode)SendDocument(java.util.function.Consumer<DocumentMessage> callback, java.util.function.Consumer<TelegramException> errorHandler, ChatId chatId, java.lang.Integer replyToMessageId, java.lang.Boolean disableNotification, ReplyMarkup replyMarkup, InputFile document, java.lang.String caption, ParseMode parseMode)SendPhoto(java.util.function.Consumer<PhotoMessage> callback, java.util.function.Consumer<TelegramException> errorHandler, ChatId chatId, java.lang.Integer replyToMessageId, java.lang.Boolean disableNotification, ReplyMarkup replyMarkup, InputFile photo, java.lang.String caption, ParseMode parseMode)SendVideo(java.util.function.Consumer<VideoMessage> callback, java.util.function.Consumer<TelegramException> errorHandler, ChatId chatId, java.lang.Integer replyToMessageId, java.lang.Boolean disableNotification, ReplyMarkup replyMarkup, InputFile video, java.lang.Boolean supportsStreaming, java.lang.Integer duration, java.lang.Integer width, java.lang.Integer height, java.lang.String caption, ParseMode parseMode)SendVideoNote(java.util.function.Consumer<VideoNote> callback, java.util.function.Consumer<TelegramException> errorHandler, ChatId chatId, java.lang.Integer replyToMessageId, java.lang.Boolean disableNotification, ReplyMarkup replyMarkup, InputFile videoNote, java.lang.Integer duration, java.lang.Integer length)SendVoice(java.util.function.Consumer<VoiceMessage> callback, java.util.function.Consumer<TelegramException> errorHandler, ChatId chatId, java.lang.Integer replyToMessageId, java.lang.Boolean disableNotification, ReplyMarkup replyMarkup, InputFile voice, java.lang.String caption, java.lang.Integer duration, ParseMode parseMode) -
Uses of InputFile in com.jtelegram.api.requests.sticker
Methods in com.jtelegram.api.requests.sticker that return InputFile Modifier and Type Method Description InputFileAddSticker. getSticker()InputFileCreateNewStickerSet. getSticker()InputFileUploadStickerFile. getSticker()Methods in com.jtelegram.api.requests.sticker that return types with arguments of type InputFile Modifier and Type Method Description java.util.List<InputFile>AddSticker. getInputFiles()java.util.List<InputFile>CreateNewStickerSet. getInputFiles()Methods in com.jtelegram.api.requests.sticker with parameters of type InputFile Modifier and Type Method Description AddSticker.AddStickerBuilderAddSticker.AddStickerBuilder. sticker(InputFile sticker)CreateNewStickerSet.CreateNewStickerSetBuilderCreateNewStickerSet.CreateNewStickerSetBuilder. sticker(InputFile sticker)UploadStickerFile.UploadStickerFileBuilderUploadStickerFile.UploadStickerFileBuilder. sticker(InputFile sticker)Constructors in com.jtelegram.api.requests.sticker with parameters of type InputFile Constructor Description AddSticker(java.util.function.Consumer<TelegramException> errorHandler, java.lang.Runnable callback, java.lang.Long userId, java.lang.String name, InputFile sticker, java.lang.String emojis, MaskPosition maskPosition)UploadStickerFile(java.util.function.Consumer<TelegramFile> callback, java.util.function.Consumer<TelegramException> errorHandler, java.lang.Long userId, InputFile sticker)
-