PageBlockAnchor

class pyrogram.raw.types.PageBlockAnchor

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

Constructor of PageBlock.

Details:
  • Layer: 223

  • ID: CE0D37B0

Parameters:

name (str) – Name of target section

TL Schema

pageBlockAnchor#ce0d37b0
name:string

= PageBlock

Parameter Tree

PageBlockAnchor
└── namestring

Example

PageBlockAnchor(
    name="text",
)