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 class
An invisible anchor on a page, which can be used in a URL to open the page from the specified anchor.static class
An animation.static class
An audio file.static class
The author and publishing date of a page.static class
A block quote.static class
A link to a chat.static class
A collage.static class
A page cover.static class
A collapsible block.static class
An empty block separating a page.static class
An embedded web page.static class
An embedded post.static class
The footer of a page.static class
A header.static class
A kicker.static class
A list of data blocks.static class
A map.static class
A text paragraph.static class
A photo.static class
A preformatted text paragraph.static class
A pull quote.static class
Related articles.static class
A slideshow.static class
A subheader.static class
The subtitle of a page.static class
A table.static class
The title of a page.static class
A video.static class
A voice note.Fields in org.drinkless.tdlib declared as TdApi.PageBlockModifier and TypeFieldDescriptionTdApi.PageBlockCover.cover
Cover.TdApi.PageBlockCollage.pageBlocks
Collage item contents.TdApi.PageBlockDetails.pageBlocks
Block contents.TdApi.PageBlockEmbeddedPost.pageBlocks
Post content.TdApi.PageBlockListItem.pageBlocks
Item blocks.TdApi.PageBlockSlideshow.pageBlocks
Slideshow item contents.TdApi.WebPageInstantView.pageBlocks
Content 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.