InputRichBlockList

class pyrogram.types.InputRichBlockList[source]

A list block, corresponding to the HTML tags <ul> (unordered) or <ol> (ordered).

Parameters:
  • items (List of InputRichBlockListItem) – The items in the list.

  • ordered (bool, optional) – Pass True for an ordered (numbered) list, False or omit for an unordered list.