A list of blocks, corresponding to the HTML tag <ul> or <ol> with multiple nested tags <li>.
Check the documentation of this model on Telegram Bot API
type: Type of the block, always "list”items: Items of the list
Summary
Types
@type t() :: %ExGram.Model.InputRichBlockList{ items: [ExGram.Model.InputRichBlockListItem.t()], type: String.t() }