RichBlockList
A list of blocks, corresponding to the HTML tag <ul> or <ol> with multiple nested tags <li>.
fields
| field | type | required | description |
|---|---|---|---|
type | string | required | Type of the block, always “list” |
items | RichBlockListItem[] | required | Items of the list |
import
import type { RichBlockList } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#richblocklist