mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 21:37:49 +01:00
403 B
403 B
title | description |
---|---|
pageBlockUnsupported | pageBlockUnsupported attributes, type and example |
Constructor: pageBlockUnsupported
Type: PageBlock
Example:
$pageBlockUnsupported = ['_' => 'pageBlockUnsupported', ];
Or, if you're into Lua:
pageBlockUnsupported={_='pageBlockUnsupported', }