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.RichBlockList{ items: [ExGram.Model.RichBlockListItem.t()], type: String.t() }