ExGram.Model.RichBlockList (ex_gram v0.67.0)

Copy Markdown View Source

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

t()

@type t() :: %ExGram.Model.RichBlockList{
  items: [ExGram.Model.RichBlockListItem.t()],
  type: String.t()
}

Functions

decode_as()