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 ParseMode
InputTextMessageContent. getParseMode()
Methods in com.jtelegram.api.inline.input with parameters of type ParseMode Modifier and Type Method Description InputTextMessageContent.InputTextMessageContentBuilder
InputTextMessageContent.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 ParseMode
InlineResultAudio. getCaptionParseMode()
ParseMode
InlineResultDocument. getCaptionParseMode()
ParseMode
InlineResultGif. getCaptionParseMode()
ParseMode
InlineResultMpegGif. getCaptionParseMode()
ParseMode
InlineResultPhoto. getCaptionParseMode()
ParseMode
InlineResultVideo. getCaptionParseMode()
ParseMode
InlineResultVoice. getCaptionParseMode()
Methods in com.jtelegram.api.inline.result with parameters of type ParseMode Modifier and Type Method Description InlineResultAudio.InlineResultAudioBuilder
InlineResultAudio.InlineResultAudioBuilder. captionParseMode(ParseMode captionParseMode)
InlineResultDocument.InlineResultDocumentBuilder
InlineResultDocument.InlineResultDocumentBuilder. captionParseMode(ParseMode captionParseMode)
InlineResultGif.InlineResultGifBuilder
InlineResultGif.InlineResultGifBuilder. captionParseMode(ParseMode captionParseMode)
InlineResultMpegGif.InlineResultMpegGifBuilder
InlineResultMpegGif.InlineResultMpegGifBuilder. captionParseMode(ParseMode captionParseMode)
InlineResultPhoto.InlineResultPhotoBuilder
InlineResultPhoto.InlineResultPhotoBuilder. captionParseMode(ParseMode captionParseMode)
InlineResultVoice.InlineResultVoiceBuilder
InlineResultVoice.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 ParseMode
InlineCachedResultAudio. getCaptionParseMode()
ParseMode
InlineCachedResultDocument. getCaptionParseMode()
ParseMode
InlineCachedResultGif. getCaptionParseMode()
ParseMode
InlineCachedResultMpegGif. getCaptionParseMode()
ParseMode
InlineCachedResultPhoto. getCaptionParseMode()
ParseMode
InlineCachedResultVideo. getCaptionParseMode()
ParseMode
InlineCachedResultVoice. getCaptionParseMode()
Methods in com.jtelegram.api.inline.result.cached with parameters of type ParseMode Modifier and Type Method Description InlineCachedResultAudio.InlineCachedResultAudioBuilder
InlineCachedResultAudio.InlineCachedResultAudioBuilder. captionParseMode(ParseMode captionParseMode)
InlineCachedResultDocument.InlineCachedResultDocumentBuilder
InlineCachedResultDocument.InlineCachedResultDocumentBuilder. captionParseMode(ParseMode captionParseMode)
InlineCachedResultGif.InlineCachedResultGifBuilder
InlineCachedResultGif.InlineCachedResultGifBuilder. captionParseMode(ParseMode captionParseMode)
InlineCachedResultMpegGif.InlineCachedResultMpegGifBuilder
InlineCachedResultMpegGif.InlineCachedResultMpegGifBuilder. captionParseMode(ParseMode captionParseMode)
InlineCachedResultPhoto.InlineCachedResultPhotoBuilder
InlineCachedResultPhoto.InlineCachedResultPhotoBuilder. captionParseMode(ParseMode captionParseMode)
InlineCachedResultVideo.InlineCachedResultVideoBuilder
InlineCachedResultVideo.InlineCachedResultVideoBuilder. captionParseMode(ParseMode captionParseMode)
InlineCachedResultVoice.InlineCachedResultVoiceBuilder
InlineCachedResultVoice.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 ParseMode
InlineResult.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 ParseMode
InputMedia. getParseMode()
Methods in com.jtelegram.api.message.input.media with parameters of type ParseMode Modifier and Type Method Description AnimationInputMedia.AnimationInputMediaBuilder
AnimationInputMedia.AnimationInputMediaBuilder. parseMode(ParseMode parseMode)
AudioInputMedia.AudioInputMediaBuilder
AudioInputMedia.AudioInputMediaBuilder. parseMode(ParseMode parseMode)
DocumentInputMedia.DocumentInputMediaBuilder
DocumentInputMedia.DocumentInputMediaBuilder. parseMode(ParseMode parseMode)
PhotoInputMedia.PhotoInputMediaBuilder
PhotoInputMedia.PhotoInputMediaBuilder. parseMode(ParseMode parseMode)
VideoInputMedia.VideoInputMediaBuilder
VideoInputMedia.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 ParseMode
EditMessageCaption. getParseMode()
ParseMode
EditTextMessage. getParseMode()
Methods in com.jtelegram.api.requests.message.edit with parameters of type ParseMode Modifier and Type Method Description EditMessageCaption.EditMessageCaptionBuilder
EditMessageCaption.EditMessageCaptionBuilder. parseMode(ParseMode parseMode)
EditTextMessage.EditTextMessageBuilder
EditTextMessage.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 ParseMode
ParseMode. 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 ParseMode
SendAnimation. getParseMode()
ParseMode
SendAudio. getParseMode()
ParseMode
SendDocument. getParseMode()
ParseMode
SendPhoto. getParseMode()
ParseMode
SendText. getParseMode()
ParseMode
SendVideo. getParseMode()
ParseMode
SendVoice. getParseMode()
Methods in com.jtelegram.api.requests.message.send with parameters of type ParseMode Modifier and Type Method Description SendAnimation.SendAnimationBuilder
SendAnimation.SendAnimationBuilder. parseMode(ParseMode parseMode)
SendAudio.SendAudioBuilder
SendAudio.SendAudioBuilder. parseMode(ParseMode parseMode)
SendDocument.SendDocumentBuilder
SendDocument.SendDocumentBuilder. parseMode(ParseMode parseMode)
SendPhoto.SendPhotoBuilder
SendPhoto.SendPhotoBuilder. parseMode(ParseMode parseMode)
SendText.SendTextBuilder
SendText.SendTextBuilder. parseMode(ParseMode parseMode)
SendVideo.SendVideoBuilder
SendVideo.SendVideoBuilder. parseMode(ParseMode parseMode)
SendVoice.SendVoiceBuilder
SendVoice.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)
-