Uses of Class
it.tdlight.jni.TdApi.PageBlock
-
Uses of TdApi.PageBlock in it.tdlight.jni
Subclasses of TdApi.PageBlock in it.tdlight.jni Modifier and Type Class Description static class
TdApi.PageBlockAnchor
An invisible anchor on a page, which can be used in a URL to open the page from the specified anchor.static class
TdApi.PageBlockAnimation
An animation.static class
TdApi.PageBlockAudio
An audio file.static class
TdApi.PageBlockAuthorDate
The author and publishing date of a page.static class
TdApi.PageBlockBlockQuote
A block quote.static class
TdApi.PageBlockChatLink
A link to a chat.static class
TdApi.PageBlockCollage
A collage.static class
TdApi.PageBlockCover
A page cover.static class
TdApi.PageBlockDetails
A collapsible block.static class
TdApi.PageBlockDivider
An empty block separating a page.static class
TdApi.PageBlockEmbedded
An embedded web page.static class
TdApi.PageBlockEmbeddedPost
An embedded post.static class
TdApi.PageBlockFooter
The footer of a page.static class
TdApi.PageBlockHeader
A header.static class
TdApi.PageBlockKicker
A kicker.static class
TdApi.PageBlockList
A list of data blocks.static class
TdApi.PageBlockMap
A map.static class
TdApi.PageBlockParagraph
A text paragraph.static class
TdApi.PageBlockPhoto
A photo.static class
TdApi.PageBlockPreformatted
A preformatted text paragraph.static class
TdApi.PageBlockPullQuote
A pull quote.static class
TdApi.PageBlockRelatedArticles
Related articles.static class
TdApi.PageBlockSlideshow
A slideshow.static class
TdApi.PageBlockSubheader
A subheader.static class
TdApi.PageBlockSubtitle
The subtitle of a page.static class
TdApi.PageBlockTable
A table.static class
TdApi.PageBlockTitle
The title of a page.static class
TdApi.PageBlockVideo
A video.static class
TdApi.PageBlockVoiceNote
A voice note.Fields in it.tdlight.jni declared as TdApi.PageBlock Modifier and Type Field Description TdApi.PageBlock
TdApi.PageBlockCover. cover
Cover.TdApi.PageBlock[]
TdApi.PageBlockCollage. pageBlocks
Collage item contents.TdApi.PageBlock[]
TdApi.PageBlockDetails. pageBlocks
Block contents.TdApi.PageBlock[]
TdApi.PageBlockEmbeddedPost. pageBlocks
Post content.TdApi.PageBlock[]
TdApi.PageBlockListItem. pageBlocks
Item blocks.TdApi.PageBlock[]
TdApi.PageBlockSlideshow. pageBlocks
Slideshow item contents.TdApi.PageBlock[]
TdApi.WebPageInstantView. pageBlocks
Content of the web page.Constructors in it.tdlight.jni 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)
Describes an instant view page for a web page.