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.static classA block quote.static classA link to a chat.static classA collage.static classA page cover.static classA collapsible block.static classAn empty block separating a page.static classAn embedded web page.static classAn embedded post.static classThe footer of a page.static classA header.static classA kicker.static classA list of data blocks.static classA map.static classA text paragraph.static classA photo.static classA preformatted text paragraph.static classA pull quote.static classRelated articles.static classA slideshow.static classA subheader.static classThe subtitle of a page.static classA table.static classThe title of a page.static classA video.static classA voice note.Fields in org.drinkless.tdlib declared as TdApi.PageBlockModifier and TypeFieldDescriptionTdApi.PageBlockCover.coverCover.TdApi.PageBlockCollage.pageBlocksCollage item contents.TdApi.PageBlockDetails.pageBlocksBlock contents.TdApi.PageBlockEmbeddedPost.pageBlocksPost content.TdApi.PageBlockListItem.pageBlocksItem blocks.TdApi.PageBlockSlideshow.pageBlocksSlideshow item contents.TdApi.WebPageInstantView.pageBlocksContent of the instant view page.Constructors in org.drinkless.tdlib with parameters of type TdApi.PageBlockModifierConstructorDescriptionPageBlockCollage(TdApi.PageBlock[] pageBlocks, TdApi.PageBlockCaption caption) A collage.PageBlockCover(TdApi.PageBlock cover) A page cover.PageBlockDetails(TdApi.RichText header, TdApi.PageBlock[] pageBlocks, boolean isOpen) A collapsible block.PageBlockEmbeddedPost(String url, String author, TdApi.Photo authorPhoto, int date, TdApi.PageBlock[] pageBlocks, TdApi.PageBlockCaption caption) An embedded post.PageBlockListItem(String label, TdApi.PageBlock[] pageBlocks) Describes an item of a list page block.PageBlockSlideshow(TdApi.PageBlock[] pageBlocks, TdApi.PageBlockCaption caption) A slideshow.WebPageInstantView(TdApi.PageBlock[] pageBlocks, int viewCount, int version, boolean isRtl, boolean isFull, TdApi.InternalLinkType feedbackLink) Describes an instant view page for a web page.