Uses of Class
com.jtelegram.api.requests.message.framework.ParseMode
-
-
Uses of ParseMode in com.jtelegram.api.inline.input
Methods in com.jtelegram.api.inline.input that return ParseMode Modifier and Type Method Description ParseModeInputTextMessageContent. getParseMode()Methods in com.jtelegram.api.inline.input with parameters of type ParseMode Modifier and Type Method Description InputTextMessageContent.InputTextMessageContentBuilderInputTextMessageContent.InputTextMessageContentBuilder. parseMode(ParseMode parseMode) -
Uses of ParseMode in com.jtelegram.api.inline.result
Methods in com.jtelegram.api.inline.result that return ParseMode Modifier and Type Method Description ParseModeInlineResultAudio. getCaptionParseMode()ParseModeInlineResultDocument. getCaptionParseMode()ParseModeInlineResultGif. getCaptionParseMode()ParseModeInlineResultMpegGif. getCaptionParseMode()ParseModeInlineResultPhoto. getCaptionParseMode()ParseModeInlineResultVideo. getCaptionParseMode()ParseModeInlineResultVoice. getCaptionParseMode()Methods in com.jtelegram.api.inline.result with parameters of type ParseMode Modifier and Type Method Description InlineResultAudio.InlineResultAudioBuilderInlineResultAudio.InlineResultAudioBuilder. captionParseMode(ParseMode captionParseMode)InlineResultDocument.InlineResultDocumentBuilderInlineResultDocument.InlineResultDocumentBuilder. captionParseMode(ParseMode captionParseMode)InlineResultGif.InlineResultGifBuilderInlineResultGif.InlineResultGifBuilder. captionParseMode(ParseMode captionParseMode)InlineResultMpegGif.InlineResultMpegGifBuilderInlineResultMpegGif.InlineResultMpegGifBuilder. captionParseMode(ParseMode captionParseMode)InlineResultPhoto.InlineResultPhotoBuilderInlineResultPhoto.InlineResultPhotoBuilder. captionParseMode(ParseMode captionParseMode)InlineResultVoice.InlineResultVoiceBuilderInlineResultVoice.InlineResultVoiceBuilder. captionParseMode(ParseMode captionParseMode) -
Uses of ParseMode in com.jtelegram.api.inline.result.cached
Methods in com.jtelegram.api.inline.result.cached that return ParseMode Modifier and Type Method Description ParseModeInlineCachedResultAudio. getCaptionParseMode()ParseModeInlineCachedResultDocument. getCaptionParseMode()ParseModeInlineCachedResultGif. getCaptionParseMode()ParseModeInlineCachedResultMpegGif. getCaptionParseMode()ParseModeInlineCachedResultPhoto. getCaptionParseMode()ParseModeInlineCachedResultVideo. getCaptionParseMode()ParseModeInlineCachedResultVoice. getCaptionParseMode()Methods in com.jtelegram.api.inline.result.cached with parameters of type ParseMode Modifier and Type Method Description InlineCachedResultAudio.InlineCachedResultAudioBuilderInlineCachedResultAudio.InlineCachedResultAudioBuilder. captionParseMode(ParseMode captionParseMode)InlineCachedResultDocument.InlineCachedResultDocumentBuilderInlineCachedResultDocument.InlineCachedResultDocumentBuilder. captionParseMode(ParseMode captionParseMode)InlineCachedResultGif.InlineCachedResultGifBuilderInlineCachedResultGif.InlineCachedResultGifBuilder. captionParseMode(ParseMode captionParseMode)InlineCachedResultMpegGif.InlineCachedResultMpegGifBuilderInlineCachedResultMpegGif.InlineCachedResultMpegGifBuilder. captionParseMode(ParseMode captionParseMode)InlineCachedResultPhoto.InlineCachedResultPhotoBuilderInlineCachedResultPhoto.InlineCachedResultPhotoBuilder. captionParseMode(ParseMode captionParseMode)InlineCachedResultVideo.InlineCachedResultVideoBuilderInlineCachedResultVideo.InlineCachedResultVideoBuilder. captionParseMode(ParseMode captionParseMode)InlineCachedResultVoice.InlineCachedResultVoiceBuilderInlineCachedResultVoice.InlineCachedResultVoiceBuilder. captionParseMode(ParseMode captionParseMode) -
Uses of ParseMode in com.jtelegram.api.inline.result.framework
Methods in com.jtelegram.api.inline.result.framework that return ParseMode Modifier and Type Method Description ParseModeInlineResult.Captioned. getCaptionParseMode() -
Uses of ParseMode in com.jtelegram.api.message.input.media
Methods in com.jtelegram.api.message.input.media that return ParseMode Modifier and Type Method Description ParseModeInputMedia. getParseMode()Methods in com.jtelegram.api.message.input.media with parameters of type ParseMode Modifier and Type Method Description AnimationInputMedia.AnimationInputMediaBuilderAnimationInputMedia.AnimationInputMediaBuilder. parseMode(ParseMode parseMode)AudioInputMedia.AudioInputMediaBuilderAudioInputMedia.AudioInputMediaBuilder. parseMode(ParseMode parseMode)DocumentInputMedia.DocumentInputMediaBuilderDocumentInputMedia.DocumentInputMediaBuilder. parseMode(ParseMode parseMode)PhotoInputMedia.PhotoInputMediaBuilderPhotoInputMedia.PhotoInputMediaBuilder. parseMode(ParseMode parseMode)VideoInputMedia.VideoInputMediaBuilderVideoInputMedia.VideoInputMediaBuilder. parseMode(ParseMode parseMode)Constructors in com.jtelegram.api.message.input.media with parameters of type ParseMode 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 ParseMode in com.jtelegram.api.requests.message.edit
Methods in com.jtelegram.api.requests.message.edit that return ParseMode Modifier and Type Method Description ParseModeEditMessageCaption. getParseMode()ParseModeEditTextMessage. getParseMode()Methods in com.jtelegram.api.requests.message.edit with parameters of type ParseMode Modifier and Type Method Description EditMessageCaption.EditMessageCaptionBuilderEditMessageCaption.EditMessageCaptionBuilder. parseMode(ParseMode parseMode)EditTextMessage.EditTextMessageBuilderEditTextMessage.EditTextMessageBuilder. parseMode(ParseMode parseMode)Constructors in com.jtelegram.api.requests.message.edit with parameters of type ParseMode Constructor Description EditMessageCaption(java.util.function.Consumer<Message> callback, java.util.function.Consumer<TelegramException> errorHandler, ChatId chatId, int messageId, java.lang.String inlineMessageId, ReplyMarkup replyMarkup, java.lang.String caption, ParseMode parseMode)EditTextMessage(java.util.function.Consumer<TextMessage> callback, java.util.function.Consumer<TelegramException> errorHandler, ChatId chatId, int messageId, java.lang.String inlineMessageId, ReplyMarkup replyMarkup, java.lang.String text, ParseMode parseMode, boolean disableWebPagePreview) -
Uses of ParseMode in com.jtelegram.api.requests.message.framework
Methods in com.jtelegram.api.requests.message.framework that return ParseMode Modifier and Type Method Description static ParseModeParseMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ParseMode[]ParseMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ParseMode in com.jtelegram.api.requests.message.send
Methods in com.jtelegram.api.requests.message.send that return ParseMode Modifier and Type Method Description ParseModeSendAnimation. getParseMode()ParseModeSendAudio. getParseMode()ParseModeSendDocument. getParseMode()ParseModeSendPhoto. getParseMode()ParseModeSendText. getParseMode()ParseModeSendVideo. getParseMode()ParseModeSendVoice. getParseMode()Methods in com.jtelegram.api.requests.message.send with parameters of type ParseMode Modifier and Type Method Description SendAnimation.SendAnimationBuilderSendAnimation.SendAnimationBuilder. parseMode(ParseMode parseMode)SendAudio.SendAudioBuilderSendAudio.SendAudioBuilder. parseMode(ParseMode parseMode)SendDocument.SendDocumentBuilderSendDocument.SendDocumentBuilder. parseMode(ParseMode parseMode)SendPhoto.SendPhotoBuilderSendPhoto.SendPhotoBuilder. parseMode(ParseMode parseMode)SendText.SendTextBuilderSendText.SendTextBuilder. parseMode(ParseMode parseMode)SendVideo.SendVideoBuilderSendVideo.SendVideoBuilder. parseMode(ParseMode parseMode)SendVoice.SendVoiceBuilderSendVoice.SendVoiceBuilder. parseMode(ParseMode parseMode)Constructors in com.jtelegram.api.requests.message.send with parameters of type ParseMode 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)SendText(java.util.function.Consumer<TextMessage> callback, java.util.function.Consumer<TelegramException> errorHandler, ChatId chatId, java.lang.Integer replyToMessageID, java.lang.Boolean disableNotification, java.lang.String text, ParseMode parseMode, java.lang.Boolean disableWebPagePreview, ReplyMarkup replyMarkup)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)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)
-