A table, corresponding to the HTML tag <table>.
Check the documentation of this model on Telegram Bot API
type: Type of the block, always "table”cells: Cells of the tableis_bordered (optional): Optional. True, if the table has bordersis_striped (optional): Optional. True, if the table is stripedcaption (optional): Optional. Caption of the table
Summary
Types
@type t() :: %ExGram.Model.RichBlockTable{ caption: ExGram.Model.RichText.t() | nil, cells: [[ExGram.Model.RichBlockTableCell.t()]], is_bordered: boolean() | nil, is_striped: boolean() | nil, type: String.t() }