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 class
ExternalInputFile
class
IdInputFile
class
LocalInputFile
Methods 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.JsonElement
InputFile.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 InputFile
InputMedia. 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.AnimationInputMediaBuilder
AnimationInputMedia.AnimationInputMediaBuilder. media(InputFile media)
AudioInputMedia.AudioInputMediaBuilder
AudioInputMedia.AudioInputMediaBuilder. media(InputFile media)
DocumentInputMedia.DocumentInputMediaBuilder
DocumentInputMedia.DocumentInputMediaBuilder. media(InputFile media)
PhotoInputMedia.PhotoInputMediaBuilder
PhotoInputMedia.PhotoInputMediaBuilder. media(InputFile media)
VideoInputMedia.VideoInputMediaBuilder
VideoInputMedia.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 boolean
Sticker. 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 InputFile
SetChatPhoto. 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.SetChatPhotoBuilder
SetChatPhoto.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 InputFile
SendAnimation. getAnimation()
InputFile
SendAudio. getAudio()
InputFile
SendDocument. getDocument()
InputFile
SendPhoto. getPhoto()
InputFile
SendSticker. getSticker()
InputFile
SendVideo. getVideo()
InputFile
SendVideoNote. getVideoNote()
InputFile
SendVoice. 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.SendAnimationBuilder
SendAnimation.SendAnimationBuilder. animation(InputFile animation)
SendAudio.SendAudioBuilder
SendAudio.SendAudioBuilder. audio(InputFile audio)
SendDocument.SendDocumentBuilder
SendDocument.SendDocumentBuilder. document(InputFile document)
SendPhoto.SendPhotoBuilder
SendPhoto.SendPhotoBuilder. photo(InputFile photo)
SendSticker.SendStickerBuilder
SendSticker.SendStickerBuilder. sticker(InputFile sticker)
SendVideo.SendVideoBuilder
SendVideo.SendVideoBuilder. video(InputFile video)
SendVideoNote.SendVideoNoteBuilder
SendVideoNote.SendVideoNoteBuilder. videoNote(InputFile videoNote)
SendVoice.SendVoiceBuilder
SendVoice.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 InputFile
AddSticker. getSticker()
InputFile
CreateNewStickerSet. getSticker()
InputFile
UploadStickerFile. 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.AddStickerBuilder
AddSticker.AddStickerBuilder. sticker(InputFile sticker)
CreateNewStickerSet.CreateNewStickerSetBuilder
CreateNewStickerSet.CreateNewStickerSetBuilder. sticker(InputFile sticker)
UploadStickerFile.UploadStickerFileBuilder
UploadStickerFile.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)
-