MadelineProto/docs/API_docs/constructors/pageBlockUnsupported.md

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', }