PageBlock
- class pyrogram.raw.base.PageBlock
Represents an instant view page element
- Constructors:
This base type has 29 constructors available.
Link to section within the page itself (like <a href="#target">anchor</a>)
Audio
Author and date of creation of article
Quote (equivalent to the HTML <blockquote>)
Reference to a telegram channel
Collage of media
A page cover
A collapsible details block
An empty block separating a page
An embedded webpage
An embedded post
Page footer
Page header
Kicker
Unordered list of IV blocks
A map
Ordered list of IV blocks
A paragraph
A photo
Preformatted (<pre> text)
Pullquote
Related articles
Slideshow
Subheader
Subtitle
Table
Title
Unsupported IV element
Video
TL Schema
Parameter Tree
PageBlock
├──
PageBlockTitle│ └── text →
RichText│ ├──
TextEmpty│ ├──
TextPlain│ │ └── text →
string│ ├──
TextBold│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextItalic│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextUnderline│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextStrike│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextFixed│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextUrl│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├── url →
string│ │ └── webpage_id →
long│ ├──
TextEmail│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── email →
string│ ├──
TextConcat│ │ └── texts →
Vector < RichText >│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextSubscript│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextSuperscript│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextMarked│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextPhone│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── phone →
string│ ├──
TextImage│ │ ├── document_id →
long│ │ ├── w →
int│ │ └── h →
int│ └──
TextAnchor│ ├── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ └── name →
string│ └── text →
RichText│ ├──
TextEmpty│ ├──
TextPlain│ │ └── text →
string│ ├──
TextBold│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextItalic│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextUnderline│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextStrike│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextFixed│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextUrl│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├── url →
string│ │ └── webpage_id →
long│ ├──
TextEmail│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── email →
string│ ├──
TextConcat│ │ └── texts →
Vector < RichText >│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextSubscript│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextSuperscript│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextMarked│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextPhone│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── phone →
string│ ├──
TextImage│ │ ├── document_id →
long│ │ ├── w →
int│ │ └── h →
int│ └──
TextAnchor│ ├── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ └── name →
string│ ├── author →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ │ └── text →
string│ │ ├──
TextBold│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextItalic│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextUnderline│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextStrike│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextFixed│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextUrl│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├── url →
string│ │ │ └── webpage_id →
long│ │ ├──
TextEmail│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── email →
string│ │ ├──
TextConcat│ │ │ └── texts →
Vector < RichText >│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextSubscript│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextSuperscript│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextMarked│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextPhone│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── phone →
string│ │ ├──
TextImage│ │ │ ├── document_id →
long│ │ │ ├── w →
int│ │ │ └── h →
int│ │ └──
TextAnchor│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── name →
string│ └── published_date →
int├──
PageBlockHeader│ └── text →
RichText│ ├──
TextEmpty│ ├──
TextPlain│ │ └── text →
string│ ├──
TextBold│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextItalic│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextUnderline│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextStrike│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextFixed│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextUrl│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├── url →
string│ │ └── webpage_id →
long│ ├──
TextEmail│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── email →
string│ ├──
TextConcat│ │ └── texts →
Vector < RichText >│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextSubscript│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextSuperscript│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextMarked│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextPhone│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── phone →
string│ ├──
TextImage│ │ ├── document_id →
long│ │ ├── w →
int│ │ └── h →
int│ └──
TextAnchor│ ├── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ └── name →
string│ └── text →
RichText│ ├──
TextEmpty│ ├──
TextPlain│ │ └── text →
string│ ├──
TextBold│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextItalic│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextUnderline│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextStrike│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextFixed│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextUrl│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├── url →
string│ │ └── webpage_id →
long│ ├──
TextEmail│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── email →
string│ ├──
TextConcat│ │ └── texts →
Vector < RichText >│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextSubscript│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextSuperscript│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextMarked│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextPhone│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── phone →
string│ ├──
TextImage│ │ ├── document_id →
long│ │ ├── w →
int│ │ └── h →
int│ └──
TextAnchor│ ├── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ └── name →
string│ └── text →
RichText│ ├──
TextEmpty│ ├──
TextPlain│ │ └── text →
string│ ├──
TextBold│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextItalic│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextUnderline│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextStrike│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextFixed│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextUrl│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├── url →
string│ │ └── webpage_id →
long│ ├──
TextEmail│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── email →
string│ ├──
TextConcat│ │ └── texts →
Vector < RichText >│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextSubscript│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextSuperscript│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextMarked│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextPhone│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── phone →
string│ ├──
TextImage│ │ ├── document_id →
long│ │ ├── w →
int│ │ └── h →
int│ └──
TextAnchor│ ├── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ └── name →
string│ ├── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ │ └── text →
string│ │ ├──
TextBold│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextItalic│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextUnderline│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextStrike│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextFixed│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextUrl│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├── url →
string│ │ │ └── webpage_id →
long│ │ ├──
TextEmail│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── email →
string│ │ ├──
TextConcat│ │ │ └── texts →
Vector < RichText >│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextSubscript│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextSuperscript│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextMarked│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextPhone│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── phone →
string│ │ ├──
TextImage│ │ │ ├── document_id →
long│ │ │ ├── w →
int│ │ │ └── h →
int│ │ └──
TextAnchor│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── name →
string│ └── language →
string├──
PageBlockFooter│ └── text →
RichText│ ├──
TextEmpty│ ├──
TextPlain│ │ └── text →
string│ ├──
TextBold│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextItalic│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextUnderline│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextStrike│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextFixed│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextUrl│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├── url →
string│ │ └── webpage_id →
long│ ├──
TextEmail│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── email →
string│ ├──
TextConcat│ │ └── texts →
Vector < RichText >│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextSubscript│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextSuperscript│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextMarked│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextPhone│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── phone →
string│ ├──
TextImage│ │ ├── document_id →
long│ │ ├── w →
int│ │ └── h →
int│ └──
TextAnchor│ ├── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ └── name →
string├──
PageBlockDivider├──
PageBlockAnchor│ └── name →
string├──
PageBlockList│ └── items →
Vector < PageListItem >│ ├──
PageListItemText│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ └──
PageListItemBlocks│ └── blocks →
Vector < PageBlock >│ ├──
PageBlockUnsupported│ ├──
PageBlockTitle│ ├──
PageBlockSubtitle│ ├──
PageBlockAuthorDate│ ├──
PageBlockHeader│ ├──
PageBlockSubheader│ ├──
PageBlockParagraph│ ├──
PageBlockPreformatted│ ├──
PageBlockFooter│ ├──
PageBlockDivider│ ├──
PageBlockAnchor│ ├──
PageBlockList│ ├──
PageBlockBlockquote│ ├──
PageBlockPullquote│ ├──
PageBlockPhoto│ ├──
PageBlockVideo│ ├──
PageBlockCover│ ├──
PageBlockEmbed│ ├──
PageBlockEmbedPost│ ├──
PageBlockCollage│ ├──
PageBlockSlideshow│ ├──
PageBlockChannel│ ├──
PageBlockAudio│ ├──
PageBlockKicker│ ├──
PageBlockTable│ ├──
PageBlockOrderedList│ ├──
PageBlockDetails│ ├──
PageBlockRelatedArticles│ └──
PageBlockMap│ ├── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ │ └── text →
string│ │ ├──
TextBold│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextItalic│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextUnderline│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextStrike│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextFixed│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextUrl│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├── url →
string│ │ │ └── webpage_id →
long│ │ ├──
TextEmail│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── email →
string│ │ ├──
TextConcat│ │ │ └── texts →
Vector < RichText >│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextSubscript│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextSuperscript│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextMarked│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextPhone│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── phone →
string│ │ ├──
TextImage│ │ │ ├── document_id →
long│ │ │ ├── w →
int│ │ │ └── h →
int│ │ └──
TextAnchor│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── name →
string│ └── caption →
RichText│ ├──
TextEmpty│ ├──
TextPlain│ │ └── text →
string│ ├──
TextBold│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextItalic│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextUnderline│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextStrike│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextFixed│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextUrl│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├── url →
string│ │ └── webpage_id →
long│ ├──
TextEmail│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── email →
string│ ├──
TextConcat│ │ └── texts →
Vector < RichText >│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextSubscript│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextSuperscript│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextMarked│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextPhone│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── phone →
string│ ├──
TextImage│ │ ├── document_id →
long│ │ ├── w →
int│ │ └── h →
int│ └──
TextAnchor│ ├── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ └── name →
string│ ├── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ │ └── text →
string│ │ ├──
TextBold│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextItalic│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextUnderline│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextStrike│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextFixed│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextUrl│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├── url →
string│ │ │ └── webpage_id →
long│ │ ├──
TextEmail│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── email →
string│ │ ├──
TextConcat│ │ │ └── texts →
Vector < RichText >│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextSubscript│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextSuperscript│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextMarked│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextPhone│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── phone →
string│ │ ├──
TextImage│ │ │ ├── document_id →
long│ │ │ ├── w →
int│ │ │ └── h →
int│ │ └──
TextAnchor│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── name →
string│ └── caption →
RichText│ ├──
TextEmpty│ ├──
TextPlain│ │ └── text →
string│ ├──
TextBold│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextItalic│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextUnderline│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextStrike│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextFixed│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextUrl│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├── url →
string│ │ └── webpage_id →
long│ ├──
TextEmail│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── email →
string│ ├──
TextConcat│ │ └── texts →
Vector < RichText >│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextSubscript│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextSuperscript│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextMarked│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextPhone│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── phone →
string│ ├──
TextImage│ │ ├── document_id →
long│ │ ├── w →
int│ │ └── h →
int│ └──
TextAnchor│ ├── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ └── name →
string├──
PageBlockPhoto│ ├── photo_id →
long│ ├── caption →
PageCaption│ │ └──
PageCaption│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── credit →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├── url →
string (optional)│ └── webpage_id →
long (optional)├──
PageBlockVideo│ ├── autoplay →
true (optional)│ ├── loop →
true (optional)│ ├── video_id →
long│ └── caption →
PageCaption│ └──
PageCaption│ ├── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ └── credit →
RichText│ ├──
TextEmpty│ ├──
TextPlain│ ├──
TextBold│ ├──
TextItalic│ ├──
TextUnderline│ ├──
TextStrike│ ├──
TextFixed│ ├──
TextUrl│ ├──
TextEmail│ ├──
TextConcat│ ├──
TextSubscript│ ├──
TextSuperscript│ ├──
TextMarked│ ├──
TextPhone│ ├──
TextImage│ └──
TextAnchor├──
PageBlockCover│ └── cover →
PageBlock│ ├──
PageBlockUnsupported│ ├──
PageBlockTitle│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
PageBlockSubtitle│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
PageBlockAuthorDate│ │ ├── author →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── published_date →
int│ ├──
PageBlockHeader│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
PageBlockSubheader│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
PageBlockParagraph│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
PageBlockPreformatted│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── language →
string│ ├──
PageBlockFooter│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
PageBlockDivider│ ├──
PageBlockAnchor│ │ └── name →
string│ ├──
PageBlockList│ │ └── items →
Vector < PageListItem >│ │ ├──
PageListItemText│ │ └──
PageListItemBlocks│ ├──
PageBlockBlockquote│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── caption →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
PageBlockPullquote│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── caption →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
PageBlockPhoto│ │ ├── photo_id →
long│ │ ├── caption →
PageCaption│ │ │ └──
PageCaption│ │ ├── url →
string (optional)│ │ └── webpage_id →
long (optional)│ ├──
PageBlockVideo│ │ ├── autoplay →
true (optional)│ │ ├── loop →
true (optional)│ │ ├── video_id →
long│ │ └── caption →
PageCaption│ │ └──
PageCaption│ ├──
PageBlockCover│ │ └── cover →
PageBlock│ │ ├──
PageBlockUnsupported│ │ ├──
PageBlockTitle│ │ ├──
PageBlockSubtitle│ │ ├──
PageBlockAuthorDate│ │ ├──
PageBlockHeader│ │ ├──
PageBlockSubheader│ │ ├──
PageBlockParagraph│ │ ├──
PageBlockPreformatted│ │ ├──
PageBlockFooter│ │ ├──
PageBlockDivider│ │ ├──
PageBlockAnchor│ │ ├──
PageBlockList│ │ ├──
PageBlockBlockquote│ │ ├──
PageBlockPullquote│ │ ├──
PageBlockPhoto│ │ ├──
PageBlockVideo│ │ ├──
PageBlockCover│ │ ├──
PageBlockEmbed│ │ ├──
PageBlockEmbedPost│ │ ├──
PageBlockCollage│ │ ├──
PageBlockSlideshow│ │ ├──
PageBlockChannel│ │ ├──
PageBlockAudio│ │ ├──
PageBlockKicker│ │ ├──
PageBlockTable│ │ ├──
PageBlockOrderedList│ │ ├──
PageBlockDetails│ │ ├──
PageBlockRelatedArticles│ │ └──
PageBlockMap│ ├──
PageBlockEmbed│ │ ├── full_width →
true (optional)│ │ ├── allow_scrolling →
true (optional)│ │ ├── url →
string (optional)│ │ ├── html →
string (optional)│ │ ├── poster_photo_id →
long (optional)│ │ ├── w →
int (optional)│ │ ├── h →
int (optional)│ │ └── caption →
PageCaption│ │ └──
PageCaption│ ├──
PageBlockEmbedPost│ │ ├── url →
string│ │ ├── webpage_id →
long│ │ ├── author_photo_id →
long│ │ ├── author →
string│ │ ├── date →
int│ │ ├── blocks →
Vector < PageBlock >│ │ │ ├──
PageBlockUnsupported│ │ │ ├──
PageBlockTitle│ │ │ ├──
PageBlockSubtitle│ │ │ ├──
PageBlockAuthorDate│ │ │ ├──
PageBlockHeader│ │ │ ├──
PageBlockSubheader│ │ │ ├──
PageBlockParagraph│ │ │ ├──
PageBlockPreformatted│ │ │ ├──
PageBlockFooter│ │ │ ├──
PageBlockDivider│ │ │ ├──
PageBlockAnchor│ │ │ ├──
PageBlockList│ │ │ ├──
PageBlockBlockquote│ │ │ ├──
PageBlockPullquote│ │ │ ├──
PageBlockPhoto│ │ │ ├──
PageBlockVideo│ │ │ ├──
PageBlockCover│ │ │ ├──
PageBlockEmbed│ │ │ ├──
PageBlockEmbedPost│ │ │ ├──
PageBlockCollage│ │ │ ├──
PageBlockSlideshow│ │ │ ├──
PageBlockChannel│ │ │ ├──
PageBlockAudio│ │ │ ├──
PageBlockKicker│ │ │ ├──
PageBlockTable│ │ │ ├──
PageBlockOrderedList│ │ │ ├──
PageBlockDetails│ │ │ ├──
PageBlockRelatedArticles│ │ │ └──
PageBlockMap│ │ └── caption →
PageCaption│ │ └──
PageCaption│ ├──
PageBlockCollage│ │ ├── items →
Vector < PageBlock >│ │ │ ├──
PageBlockUnsupported│ │ │ ├──
PageBlockTitle│ │ │ ├──
PageBlockSubtitle│ │ │ ├──
PageBlockAuthorDate│ │ │ ├──
PageBlockHeader│ │ │ ├──
PageBlockSubheader│ │ │ ├──
PageBlockParagraph│ │ │ ├──
PageBlockPreformatted│ │ │ ├──
PageBlockFooter│ │ │ ├──
PageBlockDivider│ │ │ ├──
PageBlockAnchor│ │ │ ├──
PageBlockList│ │ │ ├──
PageBlockBlockquote│ │ │ ├──
PageBlockPullquote│ │ │ ├──
PageBlockPhoto│ │ │ ├──
PageBlockVideo│ │ │ ├──
PageBlockCover│ │ │ ├──
PageBlockEmbed│ │ │ ├──
PageBlockEmbedPost│ │ │ ├──
PageBlockCollage│ │ │ ├──
PageBlockSlideshow│ │ │ ├──
PageBlockChannel│ │ │ ├──
PageBlockAudio│ │ │ ├──
PageBlockKicker│ │ │ ├──
PageBlockTable│ │ │ ├──
PageBlockOrderedList│ │ │ ├──
PageBlockDetails│ │ │ ├──
PageBlockRelatedArticles│ │ │ └──
PageBlockMap│ │ └── caption →
PageCaption│ │ └──
PageCaption│ ├──
PageBlockSlideshow│ │ ├── items →
Vector < PageBlock >│ │ │ ├──
PageBlockUnsupported│ │ │ ├──
PageBlockTitle│ │ │ ├──
PageBlockSubtitle│ │ │ ├──
PageBlockAuthorDate│ │ │ ├──
PageBlockHeader│ │ │ ├──
PageBlockSubheader│ │ │ ├──
PageBlockParagraph│ │ │ ├──
PageBlockPreformatted│ │ │ ├──
PageBlockFooter│ │ │ ├──
PageBlockDivider│ │ │ ├──
PageBlockAnchor│ │ │ ├──
PageBlockList│ │ │ ├──
PageBlockBlockquote│ │ │ ├──
PageBlockPullquote│ │ │ ├──
PageBlockPhoto│ │ │ ├──
PageBlockVideo│ │ │ ├──
PageBlockCover│ │ │ ├──
PageBlockEmbed│ │ │ ├──
PageBlockEmbedPost│ │ │ ├──
PageBlockCollage│ │ │ ├──
PageBlockSlideshow│ │ │ ├──
PageBlockChannel│ │ │ ├──
PageBlockAudio│ │ │ ├──
PageBlockKicker│ │ │ ├──
PageBlockTable│ │ │ ├──
PageBlockOrderedList│ │ │ ├──
PageBlockDetails│ │ │ ├──
PageBlockRelatedArticles│ │ │ └──
PageBlockMap│ │ └── caption →
PageCaption│ │ └──
PageCaption│ ├──
PageBlockChannel│ │ └── channel →
Chat│ │ ├──
ChatEmpty│ │ ├──
Chat│ │ ├──
ChatForbidden│ │ ├──
Channel│ │ └──
ChannelForbidden│ ├──
PageBlockAudio│ │ ├── audio_id →
long│ │ └── caption →
PageCaption│ │ └──
PageCaption│ ├──
PageBlockKicker│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
PageBlockTable│ │ ├── bordered →
true (optional)│ │ ├── striped →
true (optional)│ │ ├── title →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── rows →
Vector < PageTableRow >│ │ └──
PageTableRow│ ├──
PageBlockOrderedList│ │ └── items →
Vector < PageListOrderedItem >│ │ ├──
PageListOrderedItemText│ │ └──
PageListOrderedItemBlocks│ ├──
PageBlockDetails│ │ ├── open →
true (optional)│ │ ├── blocks →
Vector < PageBlock >│ │ │ ├──
PageBlockUnsupported│ │ │ ├──
PageBlockTitle│ │ │ ├──
PageBlockSubtitle│ │ │ ├──
PageBlockAuthorDate│ │ │ ├──
PageBlockHeader│ │ │ ├──
PageBlockSubheader│ │ │ ├──
PageBlockParagraph│ │ │ ├──
PageBlockPreformatted│ │ │ ├──
PageBlockFooter│ │ │ ├──
PageBlockDivider│ │ │ ├──
PageBlockAnchor│ │ │ ├──
PageBlockList│ │ │ ├──
PageBlockBlockquote│ │ │ ├──
PageBlockPullquote│ │ │ ├──
PageBlockPhoto│ │ │ ├──
PageBlockVideo│ │ │ ├──
PageBlockCover│ │ │ ├──
PageBlockEmbed│ │ │ ├──
PageBlockEmbedPost│ │ │ ├──
PageBlockCollage│ │ │ ├──
PageBlockSlideshow│ │ │ ├──
PageBlockChannel│ │ │ ├──
PageBlockAudio│ │ │ ├──
PageBlockKicker│ │ │ ├──
PageBlockTable│ │ │ ├──
PageBlockOrderedList│ │ │ ├──
PageBlockDetails│ │ │ ├──
PageBlockRelatedArticles│ │ │ └──
PageBlockMap│ │ └── title →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
PageBlockRelatedArticles│ │ ├── title →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── articles →
Vector < PageRelatedArticle >│ │ └──
PageRelatedArticle│ └──
PageBlockMap│ ├── geo →
GeoPoint│ │ ├──
GeoPointEmpty│ │ └──
GeoPoint│ ├── zoom →
int│ ├── w →
int│ ├── h →
int│ └── caption →
PageCaption│ └──
PageCaption├──
PageBlockEmbed│ ├── full_width →
true (optional)│ ├── allow_scrolling →
true (optional)│ ├── url →
string (optional)│ ├── html →
string (optional)│ ├── poster_photo_id →
long (optional)│ ├── w →
int (optional)│ ├── h →
int (optional)│ └── caption →
PageCaption│ └──
PageCaption│ ├── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ └── credit →
RichText│ ├──
TextEmpty│ ├──
TextPlain│ ├──
TextBold│ ├──
TextItalic│ ├──
TextUnderline│ ├──
TextStrike│ ├──
TextFixed│ ├──
TextUrl│ ├──
TextEmail│ ├──
TextConcat│ ├──
TextSubscript│ ├──
TextSuperscript│ ├──
TextMarked│ ├──
TextPhone│ ├──
TextImage│ └──
TextAnchor│ ├── url →
string│ ├── webpage_id →
long│ ├── author_photo_id →
long│ ├── author →
string│ ├── date →
int│ ├── blocks →
Vector < PageBlock >│ │ ├──
PageBlockUnsupported│ │ ├──
PageBlockTitle│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
PageBlockSubtitle│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
PageBlockAuthorDate│ │ │ ├── author →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── published_date →
int│ │ ├──
PageBlockHeader│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
PageBlockSubheader│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
PageBlockParagraph│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
PageBlockPreformatted│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── language →
string│ │ ├──
PageBlockFooter│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
PageBlockDivider│ │ ├──
PageBlockAnchor│ │ │ └── name →
string│ │ ├──
PageBlockList│ │ │ └── items →
Vector < PageListItem >│ │ │ ├──
PageListItemText│ │ │ └──
PageListItemBlocks│ │ ├──
PageBlockBlockquote│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── caption →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
PageBlockPullquote│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── caption →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
PageBlockPhoto│ │ │ ├── photo_id →
long│ │ │ ├── caption →
PageCaption│ │ │ │ └──
PageCaption│ │ │ ├── url →
string (optional)│ │ │ └── webpage_id →
long (optional)│ │ ├──
PageBlockVideo│ │ │ ├── autoplay →
true (optional)│ │ │ ├── loop →
true (optional)│ │ │ ├── video_id →
long│ │ │ └── caption →
PageCaption│ │ │ └──
PageCaption│ │ ├──
PageBlockCover│ │ │ └── cover →
PageBlock│ │ │ ├──
PageBlockUnsupported│ │ │ ├──
PageBlockTitle│ │ │ ├──
PageBlockSubtitle│ │ │ ├──
PageBlockAuthorDate│ │ │ ├──
PageBlockHeader│ │ │ ├──
PageBlockSubheader│ │ │ ├──
PageBlockParagraph│ │ │ ├──
PageBlockPreformatted│ │ │ ├──
PageBlockFooter│ │ │ ├──
PageBlockDivider│ │ │ ├──
PageBlockAnchor│ │ │ ├──
PageBlockList│ │ │ ├──
PageBlockBlockquote│ │ │ ├──
PageBlockPullquote│ │ │ ├──
PageBlockPhoto│ │ │ ├──
PageBlockVideo│ │ │ ├──
PageBlockCover│ │ │ ├──
PageBlockEmbed│ │ │ ├──
PageBlockEmbedPost│ │ │ ├──
PageBlockCollage│ │ │ ├──
PageBlockSlideshow│ │ │ ├──
PageBlockChannel│ │ │ ├──
PageBlockAudio│ │ │ ├──
PageBlockKicker│ │ │ ├──
PageBlockTable│ │ │ ├──
PageBlockOrderedList│ │ │ ├──
PageBlockDetails│ │ │ ├──
PageBlockRelatedArticles│ │ │ └──
PageBlockMap│ │ ├──
PageBlockEmbed│ │ │ ├── full_width →
true (optional)│ │ │ ├── allow_scrolling →
true (optional)│ │ │ ├── url →
string (optional)│ │ │ ├── html →
string (optional)│ │ │ ├── poster_photo_id →
long (optional)│ │ │ ├── w →
int (optional)│ │ │ ├── h →
int (optional)│ │ │ └── caption →
PageCaption│ │ │ └──
PageCaption│ │ ├──
PageBlockEmbedPost│ │ │ ├── url →
string│ │ │ ├── webpage_id →
long│ │ │ ├── author_photo_id →
long│ │ │ ├── author →
string│ │ │ ├── date →
int│ │ │ ├── blocks →
Vector < PageBlock >│ │ │ │ ├──
PageBlockUnsupported│ │ │ │ ├──
PageBlockTitle│ │ │ │ ├──
PageBlockSubtitle│ │ │ │ ├──
PageBlockAuthorDate│ │ │ │ ├──
PageBlockHeader│ │ │ │ ├──
PageBlockSubheader│ │ │ │ ├──
PageBlockParagraph│ │ │ │ ├──
PageBlockPreformatted│ │ │ │ ├──
PageBlockFooter│ │ │ │ ├──
PageBlockDivider│ │ │ │ ├──
PageBlockAnchor│ │ │ │ ├──
PageBlockList│ │ │ │ ├──
PageBlockBlockquote│ │ │ │ ├──
PageBlockPullquote│ │ │ │ ├──
PageBlockPhoto│ │ │ │ ├──
PageBlockVideo│ │ │ │ ├──
PageBlockCover│ │ │ │ ├──
PageBlockEmbed│ │ │ │ ├──
PageBlockEmbedPost│ │ │ │ ├──
PageBlockCollage│ │ │ │ ├──
PageBlockSlideshow│ │ │ │ ├──
PageBlockChannel│ │ │ │ ├──
PageBlockAudio│ │ │ │ ├──
PageBlockKicker│ │ │ │ ├──
PageBlockTable│ │ │ │ ├──
PageBlockOrderedList│ │ │ │ ├──
PageBlockDetails│ │ │ │ ├──
PageBlockRelatedArticles│ │ │ │ └──
PageBlockMap│ │ │ └── caption →
PageCaption│ │ │ └──
PageCaption│ │ ├──
PageBlockCollage│ │ │ ├── items →
Vector < PageBlock >│ │ │ │ ├──
PageBlockUnsupported│ │ │ │ ├──
PageBlockTitle│ │ │ │ ├──
PageBlockSubtitle│ │ │ │ ├──
PageBlockAuthorDate│ │ │ │ ├──
PageBlockHeader│ │ │ │ ├──
PageBlockSubheader│ │ │ │ ├──
PageBlockParagraph│ │ │ │ ├──
PageBlockPreformatted│ │ │ │ ├──
PageBlockFooter│ │ │ │ ├──
PageBlockDivider│ │ │ │ ├──
PageBlockAnchor│ │ │ │ ├──
PageBlockList│ │ │ │ ├──
PageBlockBlockquote│ │ │ │ ├──
PageBlockPullquote│ │ │ │ ├──
PageBlockPhoto│ │ │ │ ├──
PageBlockVideo│ │ │ │ ├──
PageBlockCover│ │ │ │ ├──
PageBlockEmbed│ │ │ │ ├──
PageBlockEmbedPost│ │ │ │ ├──
PageBlockCollage│ │ │ │ ├──
PageBlockSlideshow│ │ │ │ ├──
PageBlockChannel│ │ │ │ ├──
PageBlockAudio│ │ │ │ ├──
PageBlockKicker│ │ │ │ ├──
PageBlockTable│ │ │ │ ├──
PageBlockOrderedList│ │ │ │ ├──
PageBlockDetails│ │ │ │ ├──
PageBlockRelatedArticles│ │ │ │ └──
PageBlockMap│ │ │ └── caption →
PageCaption│ │ │ └──
PageCaption│ │ ├──
PageBlockSlideshow│ │ │ ├── items →
Vector < PageBlock >│ │ │ │ ├──
PageBlockUnsupported│ │ │ │ ├──
PageBlockTitle│ │ │ │ ├──
PageBlockSubtitle│ │ │ │ ├──
PageBlockAuthorDate│ │ │ │ ├──
PageBlockHeader│ │ │ │ ├──
PageBlockSubheader│ │ │ │ ├──
PageBlockParagraph│ │ │ │ ├──
PageBlockPreformatted│ │ │ │ ├──
PageBlockFooter│ │ │ │ ├──
PageBlockDivider│ │ │ │ ├──
PageBlockAnchor│ │ │ │ ├──
PageBlockList│ │ │ │ ├──
PageBlockBlockquote│ │ │ │ ├──
PageBlockPullquote│ │ │ │ ├──
PageBlockPhoto│ │ │ │ ├──
PageBlockVideo│ │ │ │ ├──
PageBlockCover│ │ │ │ ├──
PageBlockEmbed│ │ │ │ ├──
PageBlockEmbedPost│ │ │ │ ├──
PageBlockCollage│ │ │ │ ├──
PageBlockSlideshow│ │ │ │ ├──
PageBlockChannel│ │ │ │ ├──
PageBlockAudio│ │ │ │ ├──
PageBlockKicker│ │ │ │ ├──
PageBlockTable│ │ │ │ ├──
PageBlockOrderedList│ │ │ │ ├──
PageBlockDetails│ │ │ │ ├──
PageBlockRelatedArticles│ │ │ │ └──
PageBlockMap│ │ │ └── caption →
PageCaption│ │ │ └──
PageCaption│ │ ├──
PageBlockChannel│ │ │ └── channel →
Chat│ │ │ ├──
ChatEmpty│ │ │ ├──
Chat│ │ │ ├──
ChatForbidden│ │ │ ├──
Channel│ │ │ └──
ChannelForbidden│ │ ├──
PageBlockAudio│ │ │ ├── audio_id →
long│ │ │ └── caption →
PageCaption│ │ │ └──
PageCaption│ │ ├──
PageBlockKicker│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
PageBlockTable│ │ │ ├── bordered →
true (optional)│ │ │ ├── striped →
true (optional)│ │ │ ├── title →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── rows →
Vector < PageTableRow >│ │ │ └──
PageTableRow│ │ ├──
PageBlockOrderedList│ │ │ └── items →
Vector < PageListOrderedItem >│ │ │ ├──
PageListOrderedItemText│ │ │ └──
PageListOrderedItemBlocks│ │ ├──
PageBlockDetails│ │ │ ├── open →
true (optional)│ │ │ ├── blocks →
Vector < PageBlock >│ │ │ │ ├──
PageBlockUnsupported│ │ │ │ ├──
PageBlockTitle│ │ │ │ ├──
PageBlockSubtitle│ │ │ │ ├──
PageBlockAuthorDate│ │ │ │ ├──
PageBlockHeader│ │ │ │ ├──
PageBlockSubheader│ │ │ │ ├──
PageBlockParagraph│ │ │ │ ├──
PageBlockPreformatted│ │ │ │ ├──
PageBlockFooter│ │ │ │ ├──
PageBlockDivider│ │ │ │ ├──
PageBlockAnchor│ │ │ │ ├──
PageBlockList│ │ │ │ ├──
PageBlockBlockquote│ │ │ │ ├──
PageBlockPullquote│ │ │ │ ├──
PageBlockPhoto│ │ │ │ ├──
PageBlockVideo│ │ │ │ ├──
PageBlockCover│ │ │ │ ├──
PageBlockEmbed│ │ │ │ ├──
PageBlockEmbedPost│ │ │ │ ├──
PageBlockCollage│ │ │ │ ├──
PageBlockSlideshow│ │ │ │ ├──
PageBlockChannel│ │ │ │ ├──
PageBlockAudio│ │ │ │ ├──
PageBlockKicker│ │ │ │ ├──
PageBlockTable│ │ │ │ ├──
PageBlockOrderedList│ │ │ │ ├──
PageBlockDetails│ │ │ │ ├──
PageBlockRelatedArticles│ │ │ │ └──
PageBlockMap│ │ │ └── title →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
PageBlockRelatedArticles│ │ │ ├── title →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── articles →
Vector < PageRelatedArticle >│ │ │ └──
PageRelatedArticle│ │ └──
PageBlockMap│ │ ├── geo →
GeoPoint│ │ │ ├──
GeoPointEmpty│ │ │ └──
GeoPoint│ │ ├── zoom →
int│ │ ├── w →
int│ │ ├── h →
int│ │ └── caption →
PageCaption│ │ └──
PageCaption│ └── caption →
PageCaption│ └──
PageCaption│ ├── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ └── credit →
RichText│ ├──
TextEmpty│ ├──
TextPlain│ ├──
TextBold│ ├──
TextItalic│ ├──
TextUnderline│ ├──
TextStrike│ ├──
TextFixed│ ├──
TextUrl│ ├──
TextEmail│ ├──
TextConcat│ ├──
TextSubscript│ ├──
TextSuperscript│ ├──
TextMarked│ ├──
TextPhone│ ├──
TextImage│ └──
TextAnchor├──
PageBlockCollage│ ├── items →
Vector < PageBlock >│ │ ├──
PageBlockUnsupported│ │ ├──
PageBlockTitle│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
PageBlockSubtitle│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
PageBlockAuthorDate│ │ │ ├── author →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── published_date →
int│ │ ├──
PageBlockHeader│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
PageBlockSubheader│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
PageBlockParagraph│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
PageBlockPreformatted│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── language →
string│ │ ├──
PageBlockFooter│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
PageBlockDivider│ │ ├──
PageBlockAnchor│ │ │ └── name →
string│ │ ├──
PageBlockList│ │ │ └── items →
Vector < PageListItem >│ │ │ ├──
PageListItemText│ │ │ └──
PageListItemBlocks│ │ ├──
PageBlockBlockquote│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── caption →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
PageBlockPullquote│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── caption →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
PageBlockPhoto│ │ │ ├── photo_id →
long│ │ │ ├── caption →
PageCaption│ │ │ │ └──
PageCaption│ │ │ ├── url →
string (optional)│ │ │ └── webpage_id →
long (optional)│ │ ├──
PageBlockVideo│ │ │ ├── autoplay →
true (optional)│ │ │ ├── loop →
true (optional)│ │ │ ├── video_id →
long│ │ │ └── caption →
PageCaption│ │ │ └──
PageCaption│ │ ├──
PageBlockCover│ │ │ └── cover →
PageBlock│ │ │ ├──
PageBlockUnsupported│ │ │ ├──
PageBlockTitle│ │ │ ├──
PageBlockSubtitle│ │ │ ├──
PageBlockAuthorDate│ │ │ ├──
PageBlockHeader│ │ │ ├──
PageBlockSubheader│ │ │ ├──
PageBlockParagraph│ │ │ ├──
PageBlockPreformatted│ │ │ ├──
PageBlockFooter│ │ │ ├──
PageBlockDivider│ │ │ ├──
PageBlockAnchor│ │ │ ├──
PageBlockList│ │ │ ├──
PageBlockBlockquote│ │ │ ├──
PageBlockPullquote│ │ │ ├──
PageBlockPhoto│ │ │ ├──
PageBlockVideo│ │ │ ├──
PageBlockCover│ │ │ ├──
PageBlockEmbed│ │ │ ├──
PageBlockEmbedPost│ │ │ ├──
PageBlockCollage│ │ │ ├──
PageBlockSlideshow│ │ │ ├──
PageBlockChannel│ │ │ ├──
PageBlockAudio│ │ │ ├──
PageBlockKicker│ │ │ ├──
PageBlockTable│ │ │ ├──
PageBlockOrderedList│ │ │ ├──
PageBlockDetails│ │ │ ├──
PageBlockRelatedArticles│ │ │ └──
PageBlockMap│ │ ├──
PageBlockEmbed│ │ │ ├── full_width →
true (optional)│ │ │ ├── allow_scrolling →
true (optional)│ │ │ ├── url →
string (optional)│ │ │ ├── html →
string (optional)│ │ │ ├── poster_photo_id →
long (optional)│ │ │ ├── w →
int (optional)│ │ │ ├── h →
int (optional)│ │ │ └── caption →
PageCaption│ │ │ └──
PageCaption│ │ ├──
PageBlockEmbedPost│ │ │ ├── url →
string│ │ │ ├── webpage_id →
long│ │ │ ├── author_photo_id →
long│ │ │ ├── author →
string│ │ │ ├── date →
int│ │ │ ├── blocks →
Vector < PageBlock >│ │ │ │ ├──
PageBlockUnsupported│ │ │ │ ├──
PageBlockTitle│ │ │ │ ├──
PageBlockSubtitle│ │ │ │ ├──
PageBlockAuthorDate│ │ │ │ ├──
PageBlockHeader│ │ │ │ ├──
PageBlockSubheader│ │ │ │ ├──
PageBlockParagraph│ │ │ │ ├──
PageBlockPreformatted│ │ │ │ ├──
PageBlockFooter│ │ │ │ ├──
PageBlockDivider│ │ │ │ ├──
PageBlockAnchor│ │ │ │ ├──
PageBlockList│ │ │ │ ├──
PageBlockBlockquote│ │ │ │ ├──
PageBlockPullquote│ │ │ │ ├──
PageBlockPhoto│ │ │ │ ├──
PageBlockVideo│ │ │ │ ├──
PageBlockCover│ │ │ │ ├──
PageBlockEmbed│ │ │ │ ├──
PageBlockEmbedPost│ │ │ │ ├──
PageBlockCollage│ │ │ │ ├──
PageBlockSlideshow│ │ │ │ ├──
PageBlockChannel│ │ │ │ ├──
PageBlockAudio│ │ │ │ ├──
PageBlockKicker│ │ │ │ ├──
PageBlockTable│ │ │ │ ├──
PageBlockOrderedList│ │ │ │ ├──
PageBlockDetails│ │ │ │ ├──
PageBlockRelatedArticles│ │ │ │ └──
PageBlockMap│ │ │ └── caption →
PageCaption│ │ │ └──
PageCaption│ │ ├──
PageBlockCollage│ │ │ ├── items →
Vector < PageBlock >│ │ │ │ ├──
PageBlockUnsupported│ │ │ │ ├──
PageBlockTitle│ │ │ │ ├──
PageBlockSubtitle│ │ │ │ ├──
PageBlockAuthorDate│ │ │ │ ├──
PageBlockHeader│ │ │ │ ├──
PageBlockSubheader│ │ │ │ ├──
PageBlockParagraph│ │ │ │ ├──
PageBlockPreformatted│ │ │ │ ├──
PageBlockFooter│ │ │ │ ├──
PageBlockDivider│ │ │ │ ├──
PageBlockAnchor│ │ │ │ ├──
PageBlockList│ │ │ │ ├──
PageBlockBlockquote│ │ │ │ ├──
PageBlockPullquote│ │ │ │ ├──
PageBlockPhoto│ │ │ │ ├──
PageBlockVideo│ │ │ │ ├──
PageBlockCover│ │ │ │ ├──
PageBlockEmbed│ │ │ │ ├──
PageBlockEmbedPost│ │ │ │ ├──
PageBlockCollage│ │ │ │ ├──
PageBlockSlideshow│ │ │ │ ├──
PageBlockChannel│ │ │ │ ├──
PageBlockAudio│ │ │ │ ├──
PageBlockKicker│ │ │ │ ├──
PageBlockTable│ │ │ │ ├──
PageBlockOrderedList│ │ │ │ ├──
PageBlockDetails│ │ │ │ ├──
PageBlockRelatedArticles│ │ │ │ └──
PageBlockMap│ │ │ └── caption →
PageCaption│ │ │ └──
PageCaption│ │ ├──
PageBlockSlideshow│ │ │ ├── items →
Vector < PageBlock >│ │ │ │ ├──
PageBlockUnsupported│ │ │ │ ├──
PageBlockTitle│ │ │ │ ├──
PageBlockSubtitle│ │ │ │ ├──
PageBlockAuthorDate│ │ │ │ ├──
PageBlockHeader│ │ │ │ ├──
PageBlockSubheader│ │ │ │ ├──
PageBlockParagraph│ │ │ │ ├──
PageBlockPreformatted│ │ │ │ ├──
PageBlockFooter│ │ │ │ ├──
PageBlockDivider│ │ │ │ ├──
PageBlockAnchor│ │ │ │ ├──
PageBlockList│ │ │ │ ├──
PageBlockBlockquote│ │ │ │ ├──
PageBlockPullquote│ │ │ │ ├──
PageBlockPhoto│ │ │ │ ├──
PageBlockVideo│ │ │ │ ├──
PageBlockCover│ │ │ │ ├──
PageBlockEmbed│ │ │ │ ├──
PageBlockEmbedPost│ │ │ │ ├──
PageBlockCollage│ │ │ │ ├──
PageBlockSlideshow│ │ │ │ ├──
PageBlockChannel│ │ │ │ ├──
PageBlockAudio│ │ │ │ ├──
PageBlockKicker│ │ │ │ ├──
PageBlockTable│ │ │ │ ├──
PageBlockOrderedList│ │ │ │ ├──
PageBlockDetails│ │ │ │ ├──
PageBlockRelatedArticles│ │ │ │ └──
PageBlockMap│ │ │ └── caption →
PageCaption│ │ │ └──
PageCaption│ │ ├──
PageBlockChannel│ │ │ └── channel →
Chat│ │ │ ├──
ChatEmpty│ │ │ ├──
Chat│ │ │ ├──
ChatForbidden│ │ │ ├──
Channel│ │ │ └──
ChannelForbidden│ │ ├──
PageBlockAudio│ │ │ ├── audio_id →
long│ │ │ └── caption →
PageCaption│ │ │ └──
PageCaption│ │ ├──
PageBlockKicker│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
PageBlockTable│ │ │ ├── bordered →
true (optional)│ │ │ ├── striped →
true (optional)│ │ │ ├── title →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── rows →
Vector < PageTableRow >│ │ │ └──
PageTableRow│ │ ├──
PageBlockOrderedList│ │ │ └── items →
Vector < PageListOrderedItem >│ │ │ ├──
PageListOrderedItemText│ │ │ └──
PageListOrderedItemBlocks│ │ ├──
PageBlockDetails│ │ │ ├── open →
true (optional)│ │ │ ├── blocks →
Vector < PageBlock >│ │ │ │ ├──
PageBlockUnsupported│ │ │ │ ├──
PageBlockTitle│ │ │ │ ├──
PageBlockSubtitle│ │ │ │ ├──
PageBlockAuthorDate│ │ │ │ ├──
PageBlockHeader│ │ │ │ ├──
PageBlockSubheader│ │ │ │ ├──
PageBlockParagraph│ │ │ │ ├──
PageBlockPreformatted│ │ │ │ ├──
PageBlockFooter│ │ │ │ ├──
PageBlockDivider│ │ │ │ ├──
PageBlockAnchor│ │ │ │ ├──
PageBlockList│ │ │ │ ├──
PageBlockBlockquote│ │ │ │ ├──
PageBlockPullquote│ │ │ │ ├──
PageBlockPhoto│ │ │ │ ├──
PageBlockVideo│ │ │ │ ├──
PageBlockCover│ │ │ │ ├──
PageBlockEmbed│ │ │ │ ├──
PageBlockEmbedPost│ │ │ │ ├──
PageBlockCollage│ │ │ │ ├──
PageBlockSlideshow│ │ │ │ ├──
PageBlockChannel│ │ │ │ ├──
PageBlockAudio│ │ │ │ ├──
PageBlockKicker│ │ │ │ ├──
PageBlockTable│ │ │ │ ├──
PageBlockOrderedList│ │ │ │ ├──
PageBlockDetails│ │ │ │ ├──
PageBlockRelatedArticles│ │ │ │ └──
PageBlockMap│ │ │ └── title →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
PageBlockRelatedArticles│ │ │ ├── title →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── articles →
Vector < PageRelatedArticle >│ │ │ └──
PageRelatedArticle│ │ └──
PageBlockMap│ │ ├── geo →
GeoPoint│ │ │ ├──
GeoPointEmpty│ │ │ └──
GeoPoint│ │ ├── zoom →
int│ │ ├── w →
int│ │ ├── h →
int│ │ └── caption →
PageCaption│ │ └──
PageCaption│ └── caption →
PageCaption│ └──
PageCaption│ ├── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ └── credit →
RichText│ ├──
TextEmpty│ ├──
TextPlain│ ├──
TextBold│ ├──
TextItalic│ ├──
TextUnderline│ ├──
TextStrike│ ├──
TextFixed│ ├──
TextUrl│ ├──
TextEmail│ ├──
TextConcat│ ├──
TextSubscript│ ├──
TextSuperscript│ ├──
TextMarked│ ├──
TextPhone│ ├──
TextImage│ └──
TextAnchor│ ├── items →
Vector < PageBlock >│ │ ├──
PageBlockUnsupported│ │ ├──
PageBlockTitle│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
PageBlockSubtitle│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
PageBlockAuthorDate│ │ │ ├── author →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── published_date →
int│ │ ├──
PageBlockHeader│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
PageBlockSubheader│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
PageBlockParagraph│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
PageBlockPreformatted│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── language →
string│ │ ├──
PageBlockFooter│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
PageBlockDivider│ │ ├──
PageBlockAnchor│ │ │ └── name →
string│ │ ├──
PageBlockList│ │ │ └── items →
Vector < PageListItem >│ │ │ ├──
PageListItemText│ │ │ └──
PageListItemBlocks│ │ ├──
PageBlockBlockquote│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── caption →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
PageBlockPullquote│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── caption →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
PageBlockPhoto│ │ │ ├── photo_id →
long│ │ │ ├── caption →
PageCaption│ │ │ │ └──
PageCaption│ │ │ ├── url →
string (optional)│ │ │ └── webpage_id →
long (optional)│ │ ├──
PageBlockVideo│ │ │ ├── autoplay →
true (optional)│ │ │ ├── loop →
true (optional)│ │ │ ├── video_id →
long│ │ │ └── caption →
PageCaption│ │ │ └──
PageCaption│ │ ├──
PageBlockCover│ │ │ └── cover →
PageBlock│ │ │ ├──
PageBlockUnsupported│ │ │ ├──
PageBlockTitle│ │ │ ├──
PageBlockSubtitle│ │ │ ├──
PageBlockAuthorDate│ │ │ ├──
PageBlockHeader│ │ │ ├──
PageBlockSubheader│ │ │ ├──
PageBlockParagraph│ │ │ ├──
PageBlockPreformatted│ │ │ ├──
PageBlockFooter│ │ │ ├──
PageBlockDivider│ │ │ ├──
PageBlockAnchor│ │ │ ├──
PageBlockList│ │ │ ├──
PageBlockBlockquote│ │ │ ├──
PageBlockPullquote│ │ │ ├──
PageBlockPhoto│ │ │ ├──
PageBlockVideo│ │ │ ├──
PageBlockCover│ │ │ ├──
PageBlockEmbed│ │ │ ├──
PageBlockEmbedPost│ │ │ ├──
PageBlockCollage│ │ │ ├──
PageBlockSlideshow│ │ │ ├──
PageBlockChannel│ │ │ ├──
PageBlockAudio│ │ │ ├──
PageBlockKicker│ │ │ ├──
PageBlockTable│ │ │ ├──
PageBlockOrderedList│ │ │ ├──
PageBlockDetails│ │ │ ├──
PageBlockRelatedArticles│ │ │ └──
PageBlockMap│ │ ├──
PageBlockEmbed│ │ │ ├── full_width →
true (optional)│ │ │ ├── allow_scrolling →
true (optional)│ │ │ ├── url →
string (optional)│ │ │ ├── html →
string (optional)│ │ │ ├── poster_photo_id →
long (optional)│ │ │ ├── w →
int (optional)│ │ │ ├── h →
int (optional)│ │ │ └── caption →
PageCaption│ │ │ └──
PageCaption│ │ ├──
PageBlockEmbedPost│ │ │ ├── url →
string│ │ │ ├── webpage_id →
long│ │ │ ├── author_photo_id →
long│ │ │ ├── author →
string│ │ │ ├── date →
int│ │ │ ├── blocks →
Vector < PageBlock >│ │ │ │ ├──
PageBlockUnsupported│ │ │ │ ├──
PageBlockTitle│ │ │ │ ├──
PageBlockSubtitle│ │ │ │ ├──
PageBlockAuthorDate│ │ │ │ ├──
PageBlockHeader│ │ │ │ ├──
PageBlockSubheader│ │ │ │ ├──
PageBlockParagraph│ │ │ │ ├──
PageBlockPreformatted│ │ │ │ ├──
PageBlockFooter│ │ │ │ ├──
PageBlockDivider│ │ │ │ ├──
PageBlockAnchor│ │ │ │ ├──
PageBlockList│ │ │ │ ├──
PageBlockBlockquote│ │ │ │ ├──
PageBlockPullquote│ │ │ │ ├──
PageBlockPhoto│ │ │ │ ├──
PageBlockVideo│ │ │ │ ├──
PageBlockCover│ │ │ │ ├──
PageBlockEmbed│ │ │ │ ├──
PageBlockEmbedPost│ │ │ │ ├──
PageBlockCollage│ │ │ │ ├──
PageBlockSlideshow│ │ │ │ ├──
PageBlockChannel│ │ │ │ ├──
PageBlockAudio│ │ │ │ ├──
PageBlockKicker│ │ │ │ ├──
PageBlockTable│ │ │ │ ├──
PageBlockOrderedList│ │ │ │ ├──
PageBlockDetails│ │ │ │ ├──
PageBlockRelatedArticles│ │ │ │ └──
PageBlockMap│ │ │ └── caption →
PageCaption│ │ │ └──
PageCaption│ │ ├──
PageBlockCollage│ │ │ ├── items →
Vector < PageBlock >│ │ │ │ ├──
PageBlockUnsupported│ │ │ │ ├──
PageBlockTitle│ │ │ │ ├──
PageBlockSubtitle│ │ │ │ ├──
PageBlockAuthorDate│ │ │ │ ├──
PageBlockHeader│ │ │ │ ├──
PageBlockSubheader│ │ │ │ ├──
PageBlockParagraph│ │ │ │ ├──
PageBlockPreformatted│ │ │ │ ├──
PageBlockFooter│ │ │ │ ├──
PageBlockDivider│ │ │ │ ├──
PageBlockAnchor│ │ │ │ ├──
PageBlockList│ │ │ │ ├──
PageBlockBlockquote│ │ │ │ ├──
PageBlockPullquote│ │ │ │ ├──
PageBlockPhoto│ │ │ │ ├──
PageBlockVideo│ │ │ │ ├──
PageBlockCover│ │ │ │ ├──
PageBlockEmbed│ │ │ │ ├──
PageBlockEmbedPost│ │ │ │ ├──
PageBlockCollage│ │ │ │ ├──
PageBlockSlideshow│ │ │ │ ├──
PageBlockChannel│ │ │ │ ├──
PageBlockAudio│ │ │ │ ├──
PageBlockKicker│ │ │ │ ├──
PageBlockTable│ │ │ │ ├──
PageBlockOrderedList│ │ │ │ ├──
PageBlockDetails│ │ │ │ ├──
PageBlockRelatedArticles│ │ │ │ └──
PageBlockMap│ │ │ └── caption →
PageCaption│ │ │ └──
PageCaption│ │ ├──
PageBlockSlideshow│ │ │ ├── items →
Vector < PageBlock >│ │ │ │ ├──
PageBlockUnsupported│ │ │ │ ├──
PageBlockTitle│ │ │ │ ├──
PageBlockSubtitle│ │ │ │ ├──
PageBlockAuthorDate│ │ │ │ ├──
PageBlockHeader│ │ │ │ ├──
PageBlockSubheader│ │ │ │ ├──
PageBlockParagraph│ │ │ │ ├──
PageBlockPreformatted│ │ │ │ ├──
PageBlockFooter│ │ │ │ ├──
PageBlockDivider│ │ │ │ ├──
PageBlockAnchor│ │ │ │ ├──
PageBlockList│ │ │ │ ├──
PageBlockBlockquote│ │ │ │ ├──
PageBlockPullquote│ │ │ │ ├──
PageBlockPhoto│ │ │ │ ├──
PageBlockVideo│ │ │ │ ├──
PageBlockCover│ │ │ │ ├──
PageBlockEmbed│ │ │ │ ├──
PageBlockEmbedPost│ │ │ │ ├──
PageBlockCollage│ │ │ │ ├──
PageBlockSlideshow│ │ │ │ ├──
PageBlockChannel│ │ │ │ ├──
PageBlockAudio│ │ │ │ ├──
PageBlockKicker│ │ │ │ ├──
PageBlockTable│ │ │ │ ├──
PageBlockOrderedList│ │ │ │ ├──
PageBlockDetails│ │ │ │ ├──
PageBlockRelatedArticles│ │ │ │ └──
PageBlockMap│ │ │ └── caption →
PageCaption│ │ │ └──
PageCaption│ │ ├──
PageBlockChannel│ │ │ └── channel →
Chat│ │ │ ├──
ChatEmpty│ │ │ ├──
Chat│ │ │ ├──
ChatForbidden│ │ │ ├──
Channel│ │ │ └──
ChannelForbidden│ │ ├──
PageBlockAudio│ │ │ ├── audio_id →
long│ │ │ └── caption →
PageCaption│ │ │ └──
PageCaption│ │ ├──
PageBlockKicker│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
PageBlockTable│ │ │ ├── bordered →
true (optional)│ │ │ ├── striped →
true (optional)│ │ │ ├── title →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── rows →
Vector < PageTableRow >│ │ │ └──
PageTableRow│ │ ├──
PageBlockOrderedList│ │ │ └── items →
Vector < PageListOrderedItem >│ │ │ ├──
PageListOrderedItemText│ │ │ └──
PageListOrderedItemBlocks│ │ ├──
PageBlockDetails│ │ │ ├── open →
true (optional)│ │ │ ├── blocks →
Vector < PageBlock >│ │ │ │ ├──
PageBlockUnsupported│ │ │ │ ├──
PageBlockTitle│ │ │ │ ├──
PageBlockSubtitle│ │ │ │ ├──
PageBlockAuthorDate│ │ │ │ ├──
PageBlockHeader│ │ │ │ ├──
PageBlockSubheader│ │ │ │ ├──
PageBlockParagraph│ │ │ │ ├──
PageBlockPreformatted│ │ │ │ ├──
PageBlockFooter│ │ │ │ ├──
PageBlockDivider│ │ │ │ ├──
PageBlockAnchor│ │ │ │ ├──
PageBlockList│ │ │ │ ├──
PageBlockBlockquote│ │ │ │ ├──
PageBlockPullquote│ │ │ │ ├──
PageBlockPhoto│ │ │ │ ├──
PageBlockVideo│ │ │ │ ├──
PageBlockCover│ │ │ │ ├──
PageBlockEmbed│ │ │ │ ├──
PageBlockEmbedPost│ │ │ │ ├──
PageBlockCollage│ │ │ │ ├──
PageBlockSlideshow│ │ │ │ ├──
PageBlockChannel│ │ │ │ ├──
PageBlockAudio│ │ │ │ ├──
PageBlockKicker│ │ │ │ ├──
PageBlockTable│ │ │ │ ├──
PageBlockOrderedList│ │ │ │ ├──
PageBlockDetails│ │ │ │ ├──
PageBlockRelatedArticles│ │ │ │ └──
PageBlockMap│ │ │ └── title →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
PageBlockRelatedArticles│ │ │ ├── title →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── articles →
Vector < PageRelatedArticle >│ │ │ └──
PageRelatedArticle│ │ └──
PageBlockMap│ │ ├── geo →
GeoPoint│ │ │ ├──
GeoPointEmpty│ │ │ └──
GeoPoint│ │ ├── zoom →
int│ │ ├── w →
int│ │ ├── h →
int│ │ └── caption →
PageCaption│ │ └──
PageCaption│ └── caption →
PageCaption│ └──
PageCaption│ ├── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ └── credit →
RichText│ ├──
TextEmpty│ ├──
TextPlain│ ├──
TextBold│ ├──
TextItalic│ ├──
TextUnderline│ ├──
TextStrike│ ├──
TextFixed│ ├──
TextUrl│ ├──
TextEmail│ ├──
TextConcat│ ├──
TextSubscript│ ├──
TextSuperscript│ ├──
TextMarked│ ├──
TextPhone│ ├──
TextImage│ └──
TextAnchor├──
PageBlockChannel│ └── channel →
Chat│ ├──
ChatEmpty│ │ └── id →
long│ ├──
Chat│ │ ├── creator →
true (optional)│ │ ├── left →
true (optional)│ │ ├── deactivated →
true (optional)│ │ ├── call_active →
true (optional)│ │ ├── call_not_empty →
true (optional)│ │ ├── noforwards →
true (optional)│ │ ├── id →
long│ │ ├── title →
string│ │ ├── photo →
ChatPhoto│ │ │ ├──
ChatPhotoEmpty│ │ │ └──
ChatPhoto│ │ ├── participants_count →
int│ │ ├── date →
int│ │ ├── version →
int│ │ ├── migrated_to →
InputChannel (optional)│ │ │ ├──
InputChannelEmpty│ │ │ ├──
InputChannel│ │ │ └──
InputChannelFromMessage│ │ ├── admin_rights →
ChatAdminRights (optional)│ │ │ └──
ChatAdminRights│ │ └── default_banned_rights →
ChatBannedRights (optional)│ │ └──
ChatBannedRights│ ├──
ChatForbidden│ │ ├── id →
long│ │ └── title →
string│ ├──
Channel│ │ ├── creator →
true (optional)│ │ ├── left →
true (optional)│ │ ├── broadcast →
true (optional)│ │ ├── verified →
true (optional)│ │ ├── megagroup →
true (optional)│ │ ├── restricted →
true (optional)│ │ ├── signatures →
true (optional)│ │ ├── min →
true (optional)│ │ ├── scam →
true (optional)│ │ ├── has_link →
true (optional)│ │ ├── has_geo →
true (optional)│ │ ├── slowmode_enabled →
true (optional)│ │ ├── call_active →
true (optional)│ │ ├── call_not_empty →
true (optional)│ │ ├── fake →
true (optional)│ │ ├── gigagroup →
true (optional)│ │ ├── noforwards →
true (optional)│ │ ├── join_to_send →
true (optional)│ │ ├── join_request →
true (optional)│ │ ├── forum →
true (optional)│ │ ├── stories_hidden →
true (optional)│ │ ├── stories_hidden_min →
true (optional)│ │ ├── stories_unavailable →
true (optional)│ │ ├── signature_profiles →
true (optional)│ │ ├── autotranslation →
true (optional)│ │ ├── broadcast_messages_allowed →
true (optional)│ │ ├── monoforum →
true (optional)│ │ ├── forum_tabs →
true (optional)│ │ ├── id →
long│ │ ├── access_hash →
long (optional)│ │ ├── title →
string│ │ ├── username →
string (optional)│ │ ├── photo →
ChatPhoto│ │ │ ├──
ChatPhotoEmpty│ │ │ └──
ChatPhoto│ │ ├── date →
int│ │ ├── restriction_reason →
Vector < RestrictionReason > (optional)│ │ │ └──
RestrictionReason│ │ ├── admin_rights →
ChatAdminRights (optional)│ │ │ └──
ChatAdminRights│ │ ├── banned_rights →
ChatBannedRights (optional)│ │ │ └──
ChatBannedRights│ │ ├── default_banned_rights →
ChatBannedRights (optional)│ │ │ └──
ChatBannedRights│ │ ├── participants_count →
int (optional)│ │ ├── usernames →
Vector < Username > (optional)│ │ │ └──
Username│ │ ├── stories_max_id →
RecentStory (optional)│ │ │ └──
RecentStory│ │ ├── color →
PeerColor (optional)│ │ │ ├──
PeerColor│ │ │ ├──
PeerColorCollectible│ │ │ └──
InputPeerColorCollectible│ │ ├── profile_color →
PeerColor (optional)│ │ │ ├──
PeerColor│ │ │ ├──
PeerColorCollectible│ │ │ └──
InputPeerColorCollectible│ │ ├── emoji_status →
EmojiStatus (optional)│ │ │ ├──
EmojiStatusEmpty│ │ │ ├──
EmojiStatus│ │ │ ├──
EmojiStatusCollectible│ │ │ └──
InputEmojiStatusCollectible│ │ ├── level →
int (optional)│ │ ├── subscription_until_date →
int (optional)│ │ ├── bot_verification_icon →
long (optional)│ │ ├── send_paid_messages_stars →
long (optional)│ │ └── linked_monoforum_id →
long (optional)│ └──
ChannelForbidden│ ├── broadcast →
true (optional)│ ├── megagroup →
true (optional)│ ├── monoforum →
true (optional)│ ├── id →
long│ ├── access_hash →
long│ ├── title →
string│ └── until_date →
int (optional)├──
PageBlockAudio│ ├── audio_id →
long│ └── caption →
PageCaption│ └──
PageCaption│ ├── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ └── credit →
RichText│ ├──
TextEmpty│ ├──
TextPlain│ ├──
TextBold│ ├──
TextItalic│ ├──
TextUnderline│ ├──
TextStrike│ ├──
TextFixed│ ├──
TextUrl│ ├──
TextEmail│ ├──
TextConcat│ ├──
TextSubscript│ ├──
TextSuperscript│ ├──
TextMarked│ ├──
TextPhone│ ├──
TextImage│ └──
TextAnchor├──
PageBlockKicker│ └── text →
RichText│ ├──
TextEmpty│ ├──
TextPlain│ │ └── text →
string│ ├──
TextBold│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextItalic│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextUnderline│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextStrike│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextFixed│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextUrl│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├── url →
string│ │ └── webpage_id →
long│ ├──
TextEmail│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── email →
string│ ├──
TextConcat│ │ └── texts →
Vector < RichText >│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextSubscript│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextSuperscript│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextMarked│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextPhone│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── phone →
string│ ├──
TextImage│ │ ├── document_id →
long│ │ ├── w →
int│ │ └── h →
int│ └──
TextAnchor│ ├── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ └── name →
string├──
PageBlockTable│ ├── bordered →
true (optional)│ ├── striped →
true (optional)│ ├── title →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ │ └── text →
string│ │ ├──
TextBold│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextItalic│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextUnderline│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextStrike│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextFixed│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextUrl│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├── url →
string│ │ │ └── webpage_id →
long│ │ ├──
TextEmail│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── email →
string│ │ ├──
TextConcat│ │ │ └── texts →
Vector < RichText >│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextSubscript│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextSuperscript│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextMarked│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextPhone│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── phone →
string│ │ ├──
TextImage│ │ │ ├── document_id →
long│ │ │ ├── w →
int│ │ │ └── h →
int│ │ └──
TextAnchor│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── name →
string│ └── rows →
Vector < PageTableRow >│ └──
PageTableRow│ └── cells →
Vector < PageTableCell >│ └──
PageTableCell│ └── items →
Vector < PageListOrderedItem >│ ├──
PageListOrderedItemText│ │ ├── num →
string│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├── num →
string│ └── blocks →
Vector < PageBlock >│ ├──
PageBlockUnsupported│ ├──
PageBlockTitle│ ├──
PageBlockSubtitle│ ├──
PageBlockAuthorDate│ ├──
PageBlockHeader│ ├──
PageBlockSubheader│ ├──
PageBlockParagraph│ ├──
PageBlockPreformatted│ ├──
PageBlockFooter│ ├──
PageBlockDivider│ ├──
PageBlockAnchor│ ├──
PageBlockList│ ├──
PageBlockBlockquote│ ├──
PageBlockPullquote│ ├──
PageBlockPhoto│ ├──
PageBlockVideo│ ├──
PageBlockCover│ ├──
PageBlockEmbed│ ├──
PageBlockEmbedPost│ ├──
PageBlockCollage│ ├──
PageBlockSlideshow│ ├──
PageBlockChannel│ ├──
PageBlockAudio│ ├──
PageBlockKicker│ ├──
PageBlockTable│ ├──
PageBlockOrderedList│ ├──
PageBlockDetails│ ├──
PageBlockRelatedArticles│ └──
PageBlockMap├──
PageBlockDetails│ ├── open →
true (optional)│ ├── blocks →
Vector < PageBlock >│ │ ├──
PageBlockUnsupported│ │ ├──
PageBlockTitle│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
PageBlockSubtitle│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
PageBlockAuthorDate│ │ │ ├── author →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── published_date →
int│ │ ├──
PageBlockHeader│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
PageBlockSubheader│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
PageBlockParagraph│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
PageBlockPreformatted│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── language →
string│ │ ├──
PageBlockFooter│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
PageBlockDivider│ │ ├──
PageBlockAnchor│ │ │ └── name →
string│ │ ├──
PageBlockList│ │ │ └── items →
Vector < PageListItem >│ │ │ ├──
PageListItemText│ │ │ └──
PageListItemBlocks│ │ ├──
PageBlockBlockquote│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── caption →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
PageBlockPullquote│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── caption →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
PageBlockPhoto│ │ │ ├── photo_id →
long│ │ │ ├── caption →
PageCaption│ │ │ │ └──
PageCaption│ │ │ ├── url →
string (optional)│ │ │ └── webpage_id →
long (optional)│ │ ├──
PageBlockVideo│ │ │ ├── autoplay →
true (optional)│ │ │ ├── loop →
true (optional)│ │ │ ├── video_id →
long│ │ │ └── caption →
PageCaption│ │ │ └──
PageCaption│ │ ├──
PageBlockCover│ │ │ └── cover →
PageBlock│ │ │ ├──
PageBlockUnsupported│ │ │ ├──
PageBlockTitle│ │ │ ├──
PageBlockSubtitle│ │ │ ├──
PageBlockAuthorDate│ │ │ ├──
PageBlockHeader│ │ │ ├──
PageBlockSubheader│ │ │ ├──
PageBlockParagraph│ │ │ ├──
PageBlockPreformatted│ │ │ ├──
PageBlockFooter│ │ │ ├──
PageBlockDivider│ │ │ ├──
PageBlockAnchor│ │ │ ├──
PageBlockList│ │ │ ├──
PageBlockBlockquote│ │ │ ├──
PageBlockPullquote│ │ │ ├──
PageBlockPhoto│ │ │ ├──
PageBlockVideo│ │ │ ├──
PageBlockCover│ │ │ ├──
PageBlockEmbed│ │ │ ├──
PageBlockEmbedPost│ │ │ ├──
PageBlockCollage│ │ │ ├──
PageBlockSlideshow│ │ │ ├──
PageBlockChannel│ │ │ ├──
PageBlockAudio│ │ │ ├──
PageBlockKicker│ │ │ ├──
PageBlockTable│ │ │ ├──
PageBlockOrderedList│ │ │ ├──
PageBlockDetails│ │ │ ├──
PageBlockRelatedArticles│ │ │ └──
PageBlockMap│ │ ├──
PageBlockEmbed│ │ │ ├── full_width →
true (optional)│ │ │ ├── allow_scrolling →
true (optional)│ │ │ ├── url →
string (optional)│ │ │ ├── html →
string (optional)│ │ │ ├── poster_photo_id →
long (optional)│ │ │ ├── w →
int (optional)│ │ │ ├── h →
int (optional)│ │ │ └── caption →
PageCaption│ │ │ └──
PageCaption│ │ ├──
PageBlockEmbedPost│ │ │ ├── url →
string│ │ │ ├── webpage_id →
long│ │ │ ├── author_photo_id →
long│ │ │ ├── author →
string│ │ │ ├── date →
int│ │ │ ├── blocks →
Vector < PageBlock >│ │ │ │ ├──
PageBlockUnsupported│ │ │ │ ├──
PageBlockTitle│ │ │ │ ├──
PageBlockSubtitle│ │ │ │ ├──
PageBlockAuthorDate│ │ │ │ ├──
PageBlockHeader│ │ │ │ ├──
PageBlockSubheader│ │ │ │ ├──
PageBlockParagraph│ │ │ │ ├──
PageBlockPreformatted│ │ │ │ ├──
PageBlockFooter│ │ │ │ ├──
PageBlockDivider│ │ │ │ ├──
PageBlockAnchor│ │ │ │ ├──
PageBlockList│ │ │ │ ├──
PageBlockBlockquote│ │ │ │ ├──
PageBlockPullquote│ │ │ │ ├──
PageBlockPhoto│ │ │ │ ├──
PageBlockVideo│ │ │ │ ├──
PageBlockCover│ │ │ │ ├──
PageBlockEmbed│ │ │ │ ├──
PageBlockEmbedPost│ │ │ │ ├──
PageBlockCollage│ │ │ │ ├──
PageBlockSlideshow│ │ │ │ ├──
PageBlockChannel│ │ │ │ ├──
PageBlockAudio│ │ │ │ ├──
PageBlockKicker│ │ │ │ ├──
PageBlockTable│ │ │ │ ├──
PageBlockOrderedList│ │ │ │ ├──
PageBlockDetails│ │ │ │ ├──
PageBlockRelatedArticles│ │ │ │ └──
PageBlockMap│ │ │ └── caption →
PageCaption│ │ │ └──
PageCaption│ │ ├──
PageBlockCollage│ │ │ ├── items →
Vector < PageBlock >│ │ │ │ ├──
PageBlockUnsupported│ │ │ │ ├──
PageBlockTitle│ │ │ │ ├──
PageBlockSubtitle│ │ │ │ ├──
PageBlockAuthorDate│ │ │ │ ├──
PageBlockHeader│ │ │ │ ├──
PageBlockSubheader│ │ │ │ ├──
PageBlockParagraph│ │ │ │ ├──
PageBlockPreformatted│ │ │ │ ├──
PageBlockFooter│ │ │ │ ├──
PageBlockDivider│ │ │ │ ├──
PageBlockAnchor│ │ │ │ ├──
PageBlockList│ │ │ │ ├──
PageBlockBlockquote│ │ │ │ ├──
PageBlockPullquote│ │ │ │ ├──
PageBlockPhoto│ │ │ │ ├──
PageBlockVideo│ │ │ │ ├──
PageBlockCover│ │ │ │ ├──
PageBlockEmbed│ │ │ │ ├──
PageBlockEmbedPost│ │ │ │ ├──
PageBlockCollage│ │ │ │ ├──
PageBlockSlideshow│ │ │ │ ├──
PageBlockChannel│ │ │ │ ├──
PageBlockAudio│ │ │ │ ├──
PageBlockKicker│ │ │ │ ├──
PageBlockTable│ │ │ │ ├──
PageBlockOrderedList│ │ │ │ ├──
PageBlockDetails│ │ │ │ ├──
PageBlockRelatedArticles│ │ │ │ └──
PageBlockMap│ │ │ └── caption →
PageCaption│ │ │ └──
PageCaption│ │ ├──
PageBlockSlideshow│ │ │ ├── items →
Vector < PageBlock >│ │ │ │ ├──
PageBlockUnsupported│ │ │ │ ├──
PageBlockTitle│ │ │ │ ├──
PageBlockSubtitle│ │ │ │ ├──
PageBlockAuthorDate│ │ │ │ ├──
PageBlockHeader│ │ │ │ ├──
PageBlockSubheader│ │ │ │ ├──
PageBlockParagraph│ │ │ │ ├──
PageBlockPreformatted│ │ │ │ ├──
PageBlockFooter│ │ │ │ ├──
PageBlockDivider│ │ │ │ ├──
PageBlockAnchor│ │ │ │ ├──
PageBlockList│ │ │ │ ├──
PageBlockBlockquote│ │ │ │ ├──
PageBlockPullquote│ │ │ │ ├──
PageBlockPhoto│ │ │ │ ├──
PageBlockVideo│ │ │ │ ├──
PageBlockCover│ │ │ │ ├──
PageBlockEmbed│ │ │ │ ├──
PageBlockEmbedPost│ │ │ │ ├──
PageBlockCollage│ │ │ │ ├──
PageBlockSlideshow│ │ │ │ ├──
PageBlockChannel│ │ │ │ ├──
PageBlockAudio│ │ │ │ ├──
PageBlockKicker│ │ │ │ ├──
PageBlockTable│ │ │ │ ├──
PageBlockOrderedList│ │ │ │ ├──
PageBlockDetails│ │ │ │ ├──
PageBlockRelatedArticles│ │ │ │ └──
PageBlockMap│ │ │ └── caption →
PageCaption│ │ │ └──
PageCaption│ │ ├──
PageBlockChannel│ │ │ └── channel →
Chat│ │ │ ├──
ChatEmpty│ │ │ ├──
Chat│ │ │ ├──
ChatForbidden│ │ │ ├──
Channel│ │ │ └──
ChannelForbidden│ │ ├──
PageBlockAudio│ │ │ ├── audio_id →
long│ │ │ └── caption →
PageCaption│ │ │ └──
PageCaption│ │ ├──
PageBlockKicker│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
PageBlockTable│ │ │ ├── bordered →
true (optional)│ │ │ ├── striped →
true (optional)│ │ │ ├── title →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── rows →
Vector < PageTableRow >│ │ │ └──
PageTableRow│ │ ├──
PageBlockOrderedList│ │ │ └── items →
Vector < PageListOrderedItem >│ │ │ ├──
PageListOrderedItemText│ │ │ └──
PageListOrderedItemBlocks│ │ ├──
PageBlockDetails│ │ │ ├── open →
true (optional)│ │ │ ├── blocks →
Vector < PageBlock >│ │ │ │ ├──
PageBlockUnsupported│ │ │ │ ├──
PageBlockTitle│ │ │ │ ├──
PageBlockSubtitle│ │ │ │ ├──
PageBlockAuthorDate│ │ │ │ ├──
PageBlockHeader│ │ │ │ ├──
PageBlockSubheader│ │ │ │ ├──
PageBlockParagraph│ │ │ │ ├──
PageBlockPreformatted│ │ │ │ ├──
PageBlockFooter│ │ │ │ ├──
PageBlockDivider│ │ │ │ ├──
PageBlockAnchor│ │ │ │ ├──
PageBlockList│ │ │ │ ├──
PageBlockBlockquote│ │ │ │ ├──
PageBlockPullquote│ │ │ │ ├──
PageBlockPhoto│ │ │ │ ├──
PageBlockVideo│ │ │ │ ├──
PageBlockCover│ │ │ │ ├──
PageBlockEmbed│ │ │ │ ├──
PageBlockEmbedPost│ │ │ │ ├──
PageBlockCollage│ │ │ │ ├──
PageBlockSlideshow│ │ │ │ ├──
PageBlockChannel│ │ │ │ ├──
PageBlockAudio│ │ │ │ ├──
PageBlockKicker│ │ │ │ ├──
PageBlockTable│ │ │ │ ├──
PageBlockOrderedList│ │ │ │ ├──
PageBlockDetails│ │ │ │ ├──
PageBlockRelatedArticles│ │ │ │ └──
PageBlockMap│ │ │ └── title →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
PageBlockRelatedArticles│ │ │ ├── title →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── articles →
Vector < PageRelatedArticle >│ │ │ └──
PageRelatedArticle│ │ └──
PageBlockMap│ │ ├── geo →
GeoPoint│ │ │ ├──
GeoPointEmpty│ │ │ └──
GeoPoint│ │ ├── zoom →
int│ │ ├── w →
int│ │ ├── h →
int│ │ └── caption →
PageCaption│ │ └──
PageCaption│ └── title →
RichText│ ├──
TextEmpty│ ├──
TextPlain│ │ └── text →
string│ ├──
TextBold│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextItalic│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextUnderline│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextStrike│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextFixed│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextUrl│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├── url →
string│ │ └── webpage_id →
long│ ├──
TextEmail│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── email →
string│ ├──
TextConcat│ │ └── texts →
Vector < RichText >│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextSubscript│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextSuperscript│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextMarked│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ ├──
TextPhone│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── phone →
string│ ├──
TextImage│ │ ├── document_id →
long│ │ ├── w →
int│ │ └── h →
int│ └──
TextAnchor│ ├── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ ├──
TextBold│ │ ├──
TextItalic│ │ ├──
TextUnderline│ │ ├──
TextStrike│ │ ├──
TextFixed│ │ ├──
TextUrl│ │ ├──
TextEmail│ │ ├──
TextConcat│ │ ├──
TextSubscript│ │ ├──
TextSuperscript│ │ ├──
TextMarked│ │ ├──
TextPhone│ │ ├──
TextImage│ │ └──
TextAnchor│ └── name →
string│ ├── title →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ │ └── text →
string│ │ ├──
TextBold│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextItalic│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextUnderline│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextStrike│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextFixed│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextUrl│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├── url →
string│ │ │ └── webpage_id →
long│ │ ├──
TextEmail│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── email →
string│ │ ├──
TextConcat│ │ │ └── texts →
Vector < RichText >│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextSubscript│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextSuperscript│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextMarked│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextPhone│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── phone →
string│ │ ├──
TextImage│ │ │ ├── document_id →
long│ │ │ ├── w →
int│ │ │ └── h →
int│ │ └──
TextAnchor│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── name →
string│ └── articles →
Vector < PageRelatedArticle >│ └──
PageRelatedArticle│ ├── url →
string│ ├── webpage_id →
long│ ├── title →
string (optional)│ ├── description →
string (optional)│ ├── photo_id →
long (optional)│ ├── author →
string (optional)│ └── published_date →
int (optional)└──
PageBlockMap├── geo →
GeoPoint│ ├──
GeoPointEmpty│ └──
GeoPoint│ ├── long →
double│ ├── lat →
double│ ├── access_hash →
long│ └── accuracy_radius →
int (optional)├── zoom →
int├── w →
int├── h →
int└── caption →
PageCaption└──
PageCaption├── text →
RichText│ ├──
TextEmpty│ ├──
TextPlain│ ├──
TextBold│ ├──
TextItalic│ ├──
TextUnderline│ ├──
TextStrike│ ├──
TextFixed│ ├──
TextUrl│ ├──
TextEmail│ ├──
TextConcat│ ├──
TextSubscript│ ├──
TextSuperscript│ ├──
TextMarked│ ├──
TextPhone│ ├──
TextImage│ └──
TextAnchor└── credit →
RichText├──
TextEmpty├──
TextPlain├──
TextBold├──
TextItalic├──
TextUnderline├──
TextStrike├──
TextFixed├──
TextUrl├──
TextEmail├──
TextConcat├──
TextSubscript├──
TextSuperscript├──
TextMarked├──
TextPhone├──
TextImage└──
TextAnchor