MadelineProtoDocs/old_docs/API_docs_v66/constructors/pageBlockAnchor.md

776 B

title description image
pageBlockAnchor Link to section within the page itself (like `<a href="#target">anchor</a>`) https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: pageBlockAnchor

Back to constructors index

Link to section within the page itself (like <a href="#target">anchor</a>)

Attributes:

Name Type Required Description
name string Yes Name of target section

Type: PageBlock

Example:

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

Or, if you're into Lua:

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