Uses of Class
org.drinkless.tdlib.TdApi.InputPageBlock
Packages that use TdApi.InputPageBlock
-
Uses of TdApi.InputPageBlock in org.drinkless.tdlib
Subclasses of TdApi.InputPageBlock in org.drinkless.tdlibModifier and TypeClassDescriptionstatic classAn invisible anchor.static classAn animation.static classAn audio file.static classA block quote.static classA collage.static classA collapsible block.static classAn empty block separating the page.static classThe footer of the page.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 classA section heading.static classA slideshow.static classA table.static classA "Thinking..." placeholder; for pending rich messages only; for bots only.static classA video.static classA voice note.Fields in org.drinkless.tdlib declared as TdApi.InputPageBlockModifier and TypeFieldDescriptionTdApi.InputPageBlockBlockQuote.blocksQuote blocks.TdApi.InputPageBlockCollage.blocksCollage item contents.TdApi.InputPageBlockDetails.blocksBlock contents.TdApi.InputPageBlockListItem.blocksItem blocks.TdApi.InputPageBlockSlideshow.blocksSlideshow item contents.TdApi.RichMessageSourceBlocks.blocksContent of the message.Constructors in org.drinkless.tdlib with parameters of type TdApi.InputPageBlockModifierConstructorDescriptionInputPageBlockBlockQuote(TdApi.InputPageBlock[] blocks, TdApi.RichText credit) A block quote.InputPageBlockCollage(TdApi.InputPageBlock[] blocks, TdApi.PageBlockCaption caption) A collage.InputPageBlockDetails(TdApi.RichText header, TdApi.InputPageBlock[] blocks, boolean isOpen) A collapsible block.InputPageBlockListItem(TdApi.InputPageBlock[] blocks, boolean hasCheckbox, boolean isChecked, int value, String type) Describes an item of a list page block to be sent.InputPageBlockSlideshow(TdApi.InputPageBlock[] blocks, TdApi.PageBlockCaption caption) A slideshow.RichMessageSourceBlocks(TdApi.InputPageBlock[] blocks) A rich message defined by blocks.