ultra-telegram-framework
Preparing search index...
types/telegram
RichBlockList
Interface RichBlockList
A list of blocks, corresponding to the HTML tag
or
with multiple nested tags
.
interface
RichBlockList
{
items
:
RichBlockListItem
[]
;
type
:
string
;
}
Index
Properties
items
type
Properties
items
items
:
RichBlockListItem
[]
Items of the list
type
type
:
string
Type of the block, always "list"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
items
type
ultra-telegram-framework
Loading...
A list of blocks, corresponding to the HTML tag
or
with multiple nested tags- .