1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-11 08:19:38 +01:00
MadelineProto/docs/API_docs/constructors/pageBlockUnsupported.md

500 B

title description
pageBlockUnsupported pageBlockUnsupported attributes, type and example

Constructor: pageBlockUnsupported

Back to constructors index

Attributes:

Name Type Required

Type: PageBlock

Example:

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

Or, if you're into Lua:

pageBlockUnsupported={_='pageBlockUnsupported', }