Uses of Class
org.drinkless.tdlib.TdApi.PageBlock
-
Packages that use TdApi.PageBlock Package Description org.drinkless.tdlib -
-
Uses of TdApi.PageBlock in org.drinkless.tdlib
Subclasses of TdApi.PageBlock in org.drinkless.tdlib Modifier and Type Class Description static classTdApi.PageBlockAnchorAn invisible anchor on a page, which can be used in a URL to open the page from the specified anchor.static classTdApi.PageBlockAnimationAn animation.static classTdApi.PageBlockAudioAn audio file.static classTdApi.PageBlockAuthorDateThe author and publishing date of a page.static classTdApi.PageBlockBlockQuoteA block quote.static classTdApi.PageBlockChatLinkA link to a chat.static classTdApi.PageBlockCollageA collage.static classTdApi.PageBlockCoverA page cover.static classTdApi.PageBlockDetailsA collapsible block.static classTdApi.PageBlockDividerAn empty block separating a page.static classTdApi.PageBlockEmbeddedAn embedded web page.static classTdApi.PageBlockEmbeddedPostAn embedded post.static classTdApi.PageBlockFooterThe footer of a page.static classTdApi.PageBlockHeaderA header.static classTdApi.PageBlockKickerA kicker.static classTdApi.PageBlockListA list of data blocks.static classTdApi.PageBlockMapA map.static classTdApi.PageBlockParagraphA text paragraph.static classTdApi.PageBlockPhotoA photo.static classTdApi.PageBlockPreformattedA preformatted text paragraph.static classTdApi.PageBlockPullQuoteA pull quote.static classTdApi.PageBlockRelatedArticlesRelated articles.static classTdApi.PageBlockSlideshowA slideshow.static classTdApi.PageBlockSubheaderA subheader.static classTdApi.PageBlockSubtitleThe subtitle of a page.static classTdApi.PageBlockTableA table.static classTdApi.PageBlockTitleThe title of a page.static classTdApi.PageBlockVideoA video.static classTdApi.PageBlockVoiceNoteA voice note.Fields in org.drinkless.tdlib declared as TdApi.PageBlock Modifier and Type Field Description TdApi.PageBlockTdApi.PageBlockCover. coverCover.TdApi.PageBlock[]TdApi.PageBlockCollage. pageBlocksCollage item contents.TdApi.PageBlock[]TdApi.PageBlockDetails. pageBlocksBlock contents.TdApi.PageBlock[]TdApi.PageBlockEmbeddedPost. pageBlocksPost content.TdApi.PageBlock[]TdApi.PageBlockListItem. pageBlocksItem blocks.TdApi.PageBlock[]TdApi.PageBlockSlideshow. pageBlocksSlideshow item contents.TdApi.PageBlock[]TdApi.WebPageInstantView. pageBlocksContent of the web page.Constructors in org.drinkless.tdlib with parameters of type TdApi.PageBlock Constructor Description PageBlockCollage(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.
-