MadelineProtoDocs/old_docs/API_docs_v82/constructors/pageBlockAnchor.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00: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'}