MadelineProto/old_docs/API_docs_v65/constructors/pageBlockUnsupported.md
2017-05-27 22:21:14 +01: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', }