MadelineProtoDocs/old_docs/API_docs_v102/constructors/pageBlockUnsupported.md
2019-06-24 15:45:02 +02:00

473 B

title description image
pageBlockUnsupported Page block unsupported https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: pageBlockUnsupported

Back to constructors index

Page block unsupported

Type: PageBlock

Example:

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

Or, if you're into Lua:

pageBlockUnsupported={_='pageBlockUnsupported'}