Uses of Class
org.drinkless.tdlib.TdApi.PageBlock
Packages that use TdApi.PageBlock
-
Uses of TdApi.PageBlock in org.drinkless.tdlib
Subclasses of TdApi.PageBlock in org.drinkless.tdlibModifier and TypeClassDescriptionstatic classAn invisible anchor on a page, which can be used in a URL to open the page from the specified anchor.static classAn animation.static classAn audio file.static classThe author and publishing date of a page; instant view only.static classA block quote.static classA link to a chat; instant view only.static classA collage.static classA page cover; instant view only.static classA collapsible block.static classAn empty block separating a page.static classAn embedded web page; instant view only.static classAn embedded post; instant view only.static classThe footer of a page.static classA header; instant view only.static classA kicker; instant view only.static classA list of data blocks.static classA map.static classA mathematical expression.static classA text paragraph.static classA photo.static classA preformatted text paragraph.static classA pull quote.static classRelated articles; instant view only.static classA section heading.static classA slideshow.static classA subheader; instant view only.static classThe subtitle of a page; instant view only.static classA table.static classA "Thinking..." placeholder; for pending rich messages only.static classThe title of a page; instant view only.static classA video.static classA voice note.Fields in org.drinkless.tdlib declared as TdApi.PageBlockModifier and TypeFieldDescriptionTdApi.PageBlockBlockQuote.blocksQuote blocks.TdApi.PageBlockCollage.blocksCollage item contents.TdApi.PageBlockDetails.blocksBlock contents.TdApi.PageBlockEmbeddedPost.blocksPost content.TdApi.PageBlockListItem.blocksItem blocks.TdApi.PageBlockSlideshow.blocksSlideshow item contents.TdApi.RichMessage.blocksContent of the message.TdApi.WebPageInstantView.blocksContent of the instant view page.TdApi.PageBlockCover.coverCover.Constructors in org.drinkless.tdlib with parameters of type TdApi.PageBlockModifierConstructorDescriptionPageBlockBlockQuote(TdApi.PageBlock[] blocks, TdApi.RichText credit) A block quote.PageBlockCollage(TdApi.PageBlock[] blocks, TdApi.PageBlockCaption caption) A collage.PageBlockCover(TdApi.PageBlock cover) A page cover; instant view only.PageBlockDetails(TdApi.RichText header, TdApi.PageBlock[] blocks, boolean isOpen) A collapsible block.PageBlockEmbeddedPost(String url, String author, TdApi.Photo authorPhoto, int date, TdApi.PageBlock[] blocks, TdApi.PageBlockCaption caption) An embedded post; instant view only.PageBlockListItem(String label, TdApi.PageBlock[] blocks, boolean hasCheckbox, boolean isChecked, int value, String type) Describes an item of a list page block.PageBlockSlideshow(TdApi.PageBlock[] blocks, TdApi.PageBlockCaption caption) A slideshow.RichMessage(TdApi.PageBlock[] blocks, boolean isRtl, boolean isFull) Describes a message with rich formatting.WebPageInstantView(TdApi.PageBlock[] blocks, int viewCount, int version, boolean isRtl, boolean isFull, TdApi.InternalLinkType feedbackLink) Describes an instant view page for a web page.