Page
- class pyrogram.raw.types.Page
Instant view page
Constructor of
Page.- Details:
Layer:
223ID:
98657F0D
- Parameters:
url (
str) – Original page HTTP URLblocks (List of
PageBlock) – Page elements (like with HTML elements, only as TL constructors)photos (List of
Photo) – Photos in pagedocuments (List of
Document) – Media in pagepart (
bool, optional) – Indicates that not full page preview is available to the client and it will need to fetch full Instant View from the server using messages.getWebPagePreview.rtl (
bool, optional) – Whether the page contains RTL textv2 (
bool, optional) – Whether this is an IV v2 pageviews (
int32-bit, optional) – View count
TL Schema
page#98657f0d
flags:#
part:flags.0?true
rtl:flags.1?true
v2:flags.2?true
url:string
blocks:Vector<PageBlock>
photos:Vector<Photo>
documents:Vector<Document>
views:flags.3?int
= Page
Parameter Tree
Page
├── part →
true (optional)├── rtl →
true (optional)├── v2 →
true (optional)├── url →
string├── blocks →
Vector < PageBlock >│ ├──
PageBlockUnsupported│ ├──
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│ ├──
PageBlockSubtitle│ │ └── 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│ ├──
PageBlockAuthorDate│ │ ├── 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│ ├──
PageBlockSubheader│ │ └── 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│ ├──
PageBlockParagraph│ │ └── 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│ ├──
PageBlockPreformatted│ │ ├── 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│ ├──
PageBlockBlockquote│ │ ├── 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│ ├──
PageBlockPullquote│ │ ├── 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│ ├──
PageBlockEmbedPost│ │ ├── 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│ ├──
PageBlockSlideshow│ │ ├── 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│ ├──
PageBlockOrderedList│ │ └── items →
Vector < PageListOrderedItem >│ │ ├──
PageListOrderedItemText│ │ │ ├── num →
string│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └──
PageListOrderedItemBlocks│ │ ├── 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│ ├──
PageBlockRelatedArticles│ │ ├── 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├── photos →
Vector < Photo >│ ├──
PhotoEmpty│ │ └── id →
long│ └──
Photo│ ├── has_stickers →
true (optional)│ ├── id →
long│ ├── access_hash →
long│ ├── file_reference →
bytes│ ├── date →
int│ ├── sizes →
Vector < PhotoSize >│ │ ├──
PhotoSizeEmpty│ │ │ └── type →
string│ │ ├──
PhotoSize│ │ │ ├── type →
string│ │ │ ├── w →
int│ │ │ ├── h →
int│ │ │ └── size →
int│ │ ├──
PhotoCachedSize│ │ │ ├── type →
string│ │ │ ├── w →
int│ │ │ ├── h →
int│ │ │ └── bytes →
bytes│ │ ├──
PhotoStrippedSize│ │ │ ├── type →
string│ │ │ └── bytes →
bytes│ │ ├──
PhotoSizeProgressive│ │ │ ├── type →
string│ │ │ ├── w →
int│ │ │ ├── h →
int│ │ │ └── sizes →
Vector < int >│ │ └──
PhotoPathSize│ │ ├── type →
string│ │ └── bytes →
bytes│ ├── video_sizes →
Vector < VideoSize > (optional)│ │ ├──
VideoSize│ │ │ ├── type →
string│ │ │ ├── w →
int│ │ │ ├── h →
int│ │ │ ├── size →
int│ │ │ └── video_start_ts →
double (optional)│ │ ├──
VideoSizeEmojiMarkup│ │ │ ├── emoji_id →
long│ │ │ └── background_colors →
Vector < int >│ │ └──
VideoSizeStickerMarkup│ │ ├── stickerset →
InputStickerSet│ │ │ ├──
InputStickerSetEmpty│ │ │ ├──
InputStickerSetID│ │ │ ├──
InputStickerSetShortName│ │ │ ├──
InputStickerSetAnimatedEmoji│ │ │ ├──
InputStickerSetDice│ │ │ ├──
InputStickerSetAnimatedEmojiAnimations│ │ │ ├──
InputStickerSetPremiumGifts│ │ │ ├──
InputStickerSetEmojiGenericAnimations│ │ │ ├──
InputStickerSetEmojiDefaultStatuses│ │ │ ├──
InputStickerSetEmojiDefaultTopicIcons│ │ │ └──
InputStickerSetTonGifts│ │ ├── sticker_id →
long│ │ └── background_colors →
Vector < int >│ └── dc_id →
int├── documents →
Vector < Document >│ ├──
DocumentEmpty│ │ └── id →
long│ └──
Document│ ├── id →
long│ ├── access_hash →
long│ ├── file_reference →
bytes│ ├── date →
int│ ├── mime_type →
string│ ├── size →
long│ ├── thumbs →
Vector < PhotoSize > (optional)│ │ ├──
PhotoSizeEmpty│ │ │ └── type →
string│ │ ├──
PhotoSize│ │ │ ├── type →
string│ │ │ ├── w →
int│ │ │ ├── h →
int│ │ │ └── size →
int│ │ ├──
PhotoCachedSize│ │ │ ├── type →
string│ │ │ ├── w →
int│ │ │ ├── h →
int│ │ │ └── bytes →
bytes│ │ ├──
PhotoStrippedSize│ │ │ ├── type →
string│ │ │ └── bytes →
bytes│ │ ├──
PhotoSizeProgressive│ │ │ ├── type →
string│ │ │ ├── w →
int│ │ │ ├── h →
int│ │ │ └── sizes →
Vector < int >│ │ └──
PhotoPathSize│ │ ├── type →
string│ │ └── bytes →
bytes│ ├── video_thumbs →
Vector < VideoSize > (optional)│ │ ├──
VideoSize│ │ │ ├── type →
string│ │ │ ├── w →
int│ │ │ ├── h →
int│ │ │ ├── size →
int│ │ │ └── video_start_ts →
double (optional)│ │ ├──
VideoSizeEmojiMarkup│ │ │ ├── emoji_id →
long│ │ │ └── background_colors →
Vector < int >│ │ └──
VideoSizeStickerMarkup│ │ ├── stickerset →
InputStickerSet│ │ │ ├──
InputStickerSetEmpty│ │ │ ├──
InputStickerSetID│ │ │ ├──
InputStickerSetShortName│ │ │ ├──
InputStickerSetAnimatedEmoji│ │ │ ├──
InputStickerSetDice│ │ │ ├──
InputStickerSetAnimatedEmojiAnimations│ │ │ ├──
InputStickerSetPremiumGifts│ │ │ ├──
InputStickerSetEmojiGenericAnimations│ │ │ ├──
InputStickerSetEmojiDefaultStatuses│ │ │ ├──
InputStickerSetEmojiDefaultTopicIcons│ │ │ └──
InputStickerSetTonGifts│ │ ├── sticker_id →
long│ │ └── background_colors →
Vector < int >│ ├── dc_id →
int│ └── attributes →
Vector < DocumentAttribute >│ │ ├── w →
int│ │ └── h →
int│ ├──
DocumentAttributeSticker│ │ ├── mask →
true (optional)│ │ ├── alt →
string│ │ ├── stickerset →
InputStickerSet│ │ │ ├──
InputStickerSetEmpty│ │ │ ├──
InputStickerSetID│ │ │ ├──
InputStickerSetShortName│ │ │ ├──
InputStickerSetAnimatedEmoji│ │ │ ├──
InputStickerSetDice│ │ │ ├──
InputStickerSetAnimatedEmojiAnimations│ │ │ ├──
InputStickerSetPremiumGifts│ │ │ ├──
InputStickerSetEmojiGenericAnimations│ │ │ ├──
InputStickerSetEmojiDefaultStatuses│ │ │ ├──
InputStickerSetEmojiDefaultTopicIcons│ │ │ └──
InputStickerSetTonGifts│ │ └── mask_coords →
MaskCoords (optional)│ │ └──
MaskCoords│ ├──
DocumentAttributeVideo│ │ ├── round_message →
true (optional)│ │ ├── supports_streaming →
true (optional)│ │ ├── nosound →
true (optional)│ │ ├── duration →
double│ │ ├── w →
int│ │ ├── h →
int│ │ ├── preload_prefix_size →
int (optional)│ │ ├── video_start_ts →
double (optional)│ │ └── video_codec →
string (optional)│ ├──
DocumentAttributeAudio│ │ ├── voice →
true (optional)│ │ ├── duration →
int│ │ ├── title →
string (optional)│ │ ├── performer →
string (optional)│ │ └── waveform →
bytes (optional)│ │ └── file_name →
string│ ├── free →
true (optional)│ ├── text_color →
true (optional)│ ├── alt →
string│ └── stickerset →
InputStickerSet│ ├──
InputStickerSetEmpty│ ├──
InputStickerSetID│ ├──
InputStickerSetShortName│ ├──
InputStickerSetDice│ └──
InputStickerSetTonGifts└── views →
int (optional)Example
Page(
url="https://google.com",
blocks=[
PageBlockUnsupported()
],
photos=[
PhotoEmpty(id=0)
],
documents=[
DocumentEmpty(id=0)
],
)