Uses of Class
org.drinkless.tdlib.TdApi.RichText
Packages that use TdApi.RichText
-
Uses of TdApi.RichText in org.drinkless.tdlib
Subclasses of TdApi.RichText in org.drinkless.tdlibModifier and TypeClassDescriptionstatic classAn anchor.static classA link to an anchor on the same page.static classA bank card number.static classA bold rich text.static classA bot command.static classA cashtag.static classA custom emoji.static classA date and time.static classA rich text replacing another rich text; not supported in inputRichMessage.static classA rich text email address.static classA fixed-width rich text.static classA hashtag.static classA small image inside the text; instant view only.static classAn italicized rich text.static classA marked rich text.static classA mathematical expression.static classA mention of a Telegram user or chat by a username.static classA rich text that serves as a mention of a user.static classA rich text phone number.static classA plain text.static classA reference.static classA link to a reference on the same page.static classA concatenation of rich texts.static classA spoilered rich text.static classA strikethrough rich text.static classA subscript rich text.static classA superscript rich text.static classAn underlined rich text.static classA rich text URL link.Fields in org.drinkless.tdlib declared as TdApi.RichTextModifier and TypeFieldDescriptionTdApi.PageBlockAuthorDate.authorAuthor.TdApi.InputPageBlockTable.captionTable caption.TdApi.PageBlockTable.captionTable caption; may be null if none.TdApi.InputPageBlockBlockQuote.creditQuote credit; pass null if none.TdApi.InputPageBlockPullQuote.creditQuote credit; pass null if none.TdApi.PageBlockBlockQuote.creditQuote credit; may be null if none.TdApi.PageBlockCaption.creditBlock credit (like HTML tag <cite>); may be null if none.TdApi.PageBlockPullQuote.creditQuote credit; may be null if none.TdApi.InputPageBlockFooter.footerFooter.TdApi.PageBlockFooter.footerFooter.TdApi.InputPageBlockDetails.headerAlways visible heading for the block.TdApi.PageBlockDetails.headerAlways visible heading for the block.TdApi.PageBlockHeader.headerHeader.TdApi.PageBlockRelatedArticles.headerBlock header.TdApi.PageBlockKicker.kickerKicker.TdApi.RichTextDiff.oldTextThe old text.TdApi.PageBlockSubheader.subheaderSubheader.TdApi.PageBlockSubtitle.subtitleSubtitle.TdApi.InputPageBlockParagraph.textParagraph text.TdApi.InputPageBlockPreformatted.textParagraph text.TdApi.InputPageBlockPullQuote.textQuote text.TdApi.InputPageBlockSectionHeading.textText of the section heading.TdApi.InputPageBlockThinking.textText of the placeholder.TdApi.PageBlockCaption.textContent of the caption.TdApi.PageBlockParagraph.textParagraph text.TdApi.PageBlockPreformatted.textParagraph text.TdApi.PageBlockPullQuote.textQuote text.TdApi.PageBlockSectionHeading.textText of the section heading.TdApi.PageBlockTableCell.textCell text; may be null.TdApi.PageBlockThinking.textText of the placeholder.TdApi.RichTextAnchorLink.textThe link text.TdApi.RichTextBankCardNumber.textText.TdApi.RichTextBold.textText.TdApi.RichTextBotCommand.textText.TdApi.RichTextCashtag.textText.TdApi.RichTextDateTime.textOriginal text.TdApi.RichTextDiff.textText.TdApi.RichTextEmailAddress.textText.TdApi.RichTextFixed.textText.TdApi.RichTextHashtag.textText.TdApi.RichTextItalic.textText.TdApi.RichTextMarked.textText.TdApi.RichTextMention.textText.TdApi.RichTextMentionName.textText.TdApi.RichTextPhoneNumber.textText.TdApi.RichTextReference.textText of the reference.TdApi.RichTextReferenceLink.textThe link text.TdApi.RichTextSpoiler.textText.TdApi.RichTextStrikethrough.textText.TdApi.RichTextSubscript.textText.TdApi.RichTextSuperscript.textText.TdApi.RichTextUnderline.textText.TdApi.RichTextUrl.textText.TdApi.RichTexts.textsTexts.TdApi.PageBlockTitle.titleTitle.Constructors in org.drinkless.tdlib with parameters of type TdApi.RichTextModifierConstructorDescriptionInputPageBlockBlockQuote(TdApi.InputPageBlock[] blocks, TdApi.RichText credit) A block quote.InputPageBlockDetails(TdApi.RichText header, TdApi.InputPageBlock[] blocks, boolean isOpen) A collapsible block.InputPageBlockFooter(TdApi.RichText footer) The footer of the page.A text paragraph.InputPageBlockPreformatted(TdApi.RichText text, String language) A preformatted text paragraph.InputPageBlockPullQuote(TdApi.RichText text, TdApi.RichText credit) A pull quote.InputPageBlockSectionHeading(TdApi.RichText text, int size) A section heading.InputPageBlockTable(TdApi.RichText caption, TdApi.PageBlockTableCell[][] cells, boolean isBordered, boolean isStriped) A table.A "Thinking..." placeholder; for pending rich messages only; for bots only.PageBlockAuthorDate(TdApi.RichText author, int publishDate) The author and publishing date of a page; instant view only.PageBlockBlockQuote(TdApi.PageBlock[] blocks, TdApi.RichText credit) A block quote.PageBlockCaption(TdApi.RichText text, TdApi.RichText credit) Contains a caption of another block.PageBlockDetails(TdApi.RichText header, TdApi.PageBlock[] blocks, boolean isOpen) A collapsible block.PageBlockFooter(TdApi.RichText footer) The footer of a page.PageBlockHeader(TdApi.RichText header) A header; instant view only.PageBlockKicker(TdApi.RichText kicker) A kicker; instant view only.A text paragraph.PageBlockPreformatted(TdApi.RichText text, String language) A preformatted text paragraph.PageBlockPullQuote(TdApi.RichText text, TdApi.RichText credit) A pull quote.PageBlockRelatedArticles(TdApi.RichText header, TdApi.PageBlockRelatedArticle[] articles) Related articles; instant view only.PageBlockSectionHeading(TdApi.RichText text, int size) A section heading.PageBlockSubheader(TdApi.RichText subheader) A subheader; instant view only.PageBlockSubtitle(TdApi.RichText subtitle) The subtitle of a page; instant view only.PageBlockTable(TdApi.RichText caption, TdApi.PageBlockTableCell[][] cells, boolean isBordered, boolean isStriped) A table.PageBlockTableCell(TdApi.RichText text, boolean isHeader, int colspan, int rowspan, TdApi.PageBlockHorizontalAlignment align, TdApi.PageBlockVerticalAlignment valign) Represents a cell of a table.A "Thinking..." placeholder; for pending rich messages only.PageBlockTitle(TdApi.RichText title) The title of a page; instant view only.RichTextAnchorLink(TdApi.RichText text, String anchorName, String url) A link to an anchor on the same page.RichTextBankCardNumber(TdApi.RichText text, String bankCardNumber) A bank card number.RichTextBold(TdApi.RichText text) A bold rich text.RichTextBotCommand(TdApi.RichText text, String botCommand) A bot command.RichTextCashtag(TdApi.RichText text, String cashtag) A cashtag.RichTextDateTime(TdApi.RichText text, int unixTime, TdApi.DateTimeFormattingType formattingType) A date and time.RichTextDiff(TdApi.RichText text, TdApi.RichText oldText) A rich text replacing another rich text; not supported in inputRichMessage.RichTextEmailAddress(TdApi.RichText text, String emailAddress) A rich text email address.RichTextFixed(TdApi.RichText text) A fixed-width rich text.RichTextHashtag(TdApi.RichText text, String hashtag) A hashtag.RichTextItalic(TdApi.RichText text) An italicized rich text.RichTextMarked(TdApi.RichText text) A marked rich text.RichTextMention(TdApi.RichText text, String username) A mention of a Telegram user or chat by a username.RichTextMentionName(TdApi.RichText text, long userId) A rich text that serves as a mention of a user.RichTextPhoneNumber(TdApi.RichText text, String phoneNumber) A rich text phone number.RichTextReference(String name, TdApi.RichText text) A reference.RichTextReferenceLink(TdApi.RichText text, String referenceName, String url) A link to a reference on the same page.RichTexts(TdApi.RichText[] texts) A concatenation of rich texts.A spoilered rich text.A strikethrough rich text.A subscript rich text.A superscript rich text.An underlined rich text.RichTextUrl(TdApi.RichText text, String url, boolean isCached) A rich text URL link.