RichBlockList

class pyrogram.types.RichBlockList[source]

A list of blocks, corresponding to the HTML tag <ul> or <ol> with multiple nested tags <li>.

Parameters:

items (List of pyrogram.types.RichBlockListItem) – Items of the list.