RichBlockAnchor
A block with an anchor, corresponding to the HTML tag <a> with the attribute name.
fields
| field | type | required | description |
|---|---|---|---|
type | string | required | Type of the block, always “anchor” |
name | string | required | The name of the anchor |
import
import type { RichBlockAnchor } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#richblockanchor