InputRichBlockAnchor

class aiogram.types.input_rich_block_anchor.InputRichBlockAnchor(*, type: Literal[InputRichBlockType.ANCHOR] = InputRichBlockType.ANCHOR, name: str, **extra_data: Any)[source]

A block with an anchor, corresponding to the HTML tag <a> with the attribute name.

Source: https://core.telegram.org/bots/api#inputrichblockanchor

type: Literal[InputRichBlockType.ANCHOR]

Type of the block, always ‘anchor’

name: str

The name of the anchor