MadelineProtoDocs/old_docs/API_docs_v91/constructors/pageBlockAnchor.md
2019-03-08 13:49:23 +01:00

754 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'];

PWRTelegram json-encoded version:

{"_": "pageBlockAnchor", "name": "string"}

Or, if you're into Lua:

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