MadelineProto/old_docs/API_docs_v66/constructors/pageBlockUnsupported.md
2017-06-30 15:36:33 +02:00

403 B

title description
pageBlockUnsupported pageBlockUnsupported attributes, type and example

Constructor: pageBlockUnsupported

Back to constructors index

Type: PageBlock

Example:

$pageBlockUnsupported = ['_' => 'pageBlockUnsupported', ];

Or, if you're into Lua:

pageBlockUnsupported={_='pageBlockUnsupported', }