Uses of Class
org.drinkless.tdlib.TdApi.FormattedText
-
Packages that use TdApi.FormattedText Package Description org.drinkless.tdlib -
-
Uses of TdApi.FormattedText in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.FormattedText Modifier and Type Field Description TdApi.FormattedTextTdApi.EditInlineMessageCaption. captionNew message content caption; pass null to remove caption; 0-GetOption("message_caption_length_max") characters.TdApi.FormattedTextTdApi.EditMessageCaption. captionNew message content caption; 0-GetOption("message_caption_length_max") characters; pass null to remove caption.TdApi.FormattedTextTdApi.InputMessageAnimation. captionAnimation caption; pass null to use an empty caption; 0-GetOption("message_caption_length_max") characters.TdApi.FormattedTextTdApi.InputMessageAudio. captionAudio caption; pass null to use an empty caption; 0-GetOption("message_caption_length_max") characters.TdApi.FormattedTextTdApi.InputMessageDocument. captionDocument caption; pass null to use an empty caption; 0-GetOption("message_caption_length_max") characters.TdApi.FormattedTextTdApi.InputMessagePhoto. captionPhoto caption; pass null to use an empty caption; 0-GetOption("message_caption_length_max") characters.TdApi.FormattedTextTdApi.InputMessageVideo. captionVideo caption; pass null to use an empty caption; 0-GetOption("message_caption_length_max") characters.TdApi.FormattedTextTdApi.InputMessageVoiceNote. captionVoice note caption; pass null to use an empty caption; 0-GetOption("message_caption_length_max") characters.TdApi.FormattedTextTdApi.MessageAnimation. captionAnimation caption.TdApi.FormattedTextTdApi.MessageAudio. captionAudio caption.TdApi.FormattedTextTdApi.MessageDocument. captionDocument caption.TdApi.FormattedTextTdApi.MessagePhoto. captionPhoto caption.TdApi.FormattedTextTdApi.MessageVideo. captionVideo caption.TdApi.FormattedTextTdApi.MessageVoiceNote. captionVoice note caption.TdApi.FormattedTextTdApi.WebPage. descriptionDescription of the content.TdApi.FormattedTextTdApi.PollTypeQuiz. explanationText that is shown when the user chooses an incorrect answer or taps on the lamp icon; 0-200 characters with at most 2 line feeds; empty for a yet unanswered poll.TdApi.FormattedTextTdApi.MessageCopyOptions. newCaptionNew message caption; pass null to copy message without caption.TdApi.FormattedTextTdApi.DeepLinkInfo. textText to be shown to the user.TdApi.FormattedTextTdApi.Game. textGame text, usually containing scoreboards for a game.TdApi.FormattedTextTdApi.GetMarkdownText. textThe text.TdApi.FormattedTextTdApi.GetWebPagePreview. textMessage text with formatting.TdApi.FormattedTextTdApi.InputMessageText. textFormatted text to be sent; 1-GetOption("message_text_length_max") characters.TdApi.FormattedTextTdApi.InternalLinkTypeMessageDraft. textMessage draft text.TdApi.FormattedTextTdApi.MessageText. textText of the message.TdApi.FormattedTextTdApi.ParseMarkdown. textThe text to parse.TdApi.FormattedTextTdApi.TermsOfService. textText of the terms of service.Constructors in org.drinkless.tdlib with parameters of type TdApi.FormattedText Constructor Description DeepLinkInfo(TdApi.FormattedText text, boolean needUpdateApplication)Contains information about a tg: deep link.EditInlineMessageCaption(String inlineMessageId, TdApi.ReplyMarkup replyMarkup, TdApi.FormattedText caption)Creates a function, which edits the caption of an inline message sent via a bot; for bots only.EditMessageCaption(long chatId, long messageId, TdApi.ReplyMarkup replyMarkup, TdApi.FormattedText caption)Creates a function, which edits the message content caption.Game(long id, String shortName, String title, TdApi.FormattedText text, String description, TdApi.Photo photo, TdApi.Animation animation)Describes a game.GetMarkdownText(TdApi.FormattedText text)Creates a function, which replaces text entities with Markdown formatting in a human-friendly format.GetWebPagePreview(TdApi.FormattedText text)Creates a function, which returns a web page preview by the text of the message.InputMessageAnimation(TdApi.InputFile animation, TdApi.InputThumbnail thumbnail, int[] addedStickerFileIds, int duration, int width, int height, TdApi.FormattedText caption)An animation message (GIF-style).InputMessageAudio(TdApi.InputFile audio, TdApi.InputThumbnail albumCoverThumbnail, int duration, String title, String performer, TdApi.FormattedText caption)An audio message.InputMessageDocument(TdApi.InputFile document, TdApi.InputThumbnail thumbnail, boolean disableContentTypeDetection, TdApi.FormattedText caption)A document message (general file).InputMessagePhoto(TdApi.InputFile photo, TdApi.InputThumbnail thumbnail, int[] addedStickerFileIds, int width, int height, TdApi.FormattedText caption, int ttl)A photo message.InputMessageText(TdApi.FormattedText text, boolean disableWebPagePreview, boolean clearDraft)A text message.InputMessageVideo(TdApi.InputFile video, TdApi.InputThumbnail thumbnail, int[] addedStickerFileIds, int duration, int width, int height, boolean supportsStreaming, TdApi.FormattedText caption, int ttl)A video message.InputMessageVoiceNote(TdApi.InputFile voiceNote, int duration, byte[] waveform, TdApi.FormattedText caption)A voice note message.InternalLinkTypeMessageDraft(TdApi.FormattedText text, boolean containsLink)The link contains a message draft text.MessageAnimation(TdApi.Animation animation, TdApi.FormattedText caption, boolean isSecret)An animation message (GIF-style).MessageAudio(TdApi.Audio audio, TdApi.FormattedText caption)An audio message.MessageCopyOptions(boolean sendCopy, boolean replaceCaption, TdApi.FormattedText newCaption)Options to be used when a message content is copied without reference to the original sender.MessageDocument(TdApi.Document document, TdApi.FormattedText caption)A document message (general file).MessagePhoto(TdApi.Photo photo, TdApi.FormattedText caption, boolean isSecret)A photo message.MessageText(TdApi.FormattedText text, TdApi.WebPage webPage)A text message.MessageVideo(TdApi.Video video, TdApi.FormattedText caption, boolean isSecret)A video message.MessageVoiceNote(TdApi.VoiceNote voiceNote, TdApi.FormattedText caption, boolean isListened)A voice note message.ParseMarkdown(TdApi.FormattedText text)Creates a function, which parses Markdown entities in a human-friendly format, ignoring markup errors.PollTypeQuiz(int correctOptionId, TdApi.FormattedText explanation)A poll in quiz mode, which has exactly one correct answer option and can be answered only once.TermsOfService(TdApi.FormattedText text, int minUserAge, boolean showPopup)Contains Telegram terms of service.WebPage(String url, String displayUrl, String type, String siteName, String title, TdApi.FormattedText description, TdApi.Photo photo, String embedUrl, String embedType, int embedWidth, int embedHeight, int duration, String author, TdApi.Animation animation, TdApi.Audio audio, TdApi.Document document, TdApi.Sticker sticker, TdApi.Video video, TdApi.VideoNote videoNote, TdApi.VoiceNote voiceNote, int instantViewVersion)Describes a web page preview.
-