RichBlockAnchor¶
- class aiogram.types.rich_block_anchor.RichBlockAnchor(*, type: Literal[RichBlockType.ANCHOR] = RichBlockType.ANCHOR, name: str, **extra_data: Any)[source]¶
A block with an anchor, corresponding to the HTML tag
<a>with the attributename.Source: https://core.telegram.org/bots/api#richblockanchor
- type: Literal[RichBlockType.ANCHOR]¶
Type of the block, always ‘anchor’
- name: str¶
The name of the anchor