1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-02 23:07:45 +01:00
MadelineProto/old_docs/API_docs_v70/constructors/pageBlockUnsupported.md

501 B

title description
pageBlockUnsupported pageBlockUnsupported attributes, type and example

Constructor: pageBlockUnsupported

Back to constructors index

Type: PageBlock

Example:

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

PWRTelegram json-encoded version:

{"_": "pageBlockUnsupported"}

Or, if you're into Lua:

pageBlockUnsupported={_='pageBlockUnsupported'}