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

640 B

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

Constructor: pageBlockAnchor

Back to constructors index

Page block anchor

Attributes:

Name Type Required Description
name string Yes Name

Type: PageBlock

Example:

$pageBlockAnchor = ['_' => 'pageBlockAnchor', 'name' => 'string'];

Or, if you're into Lua:

pageBlockAnchor={_='pageBlockAnchor', name='string'}