ExGram.Model.MessageEntity (ex_gram v0.24.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %ExGram.Model.MessageEntity{
  language: String.t() | nil,
  length: integer(),
  offset: integer(),
  type: String.t(),
  url: String.t() | nil,
  user: ExGram.Model.User.t() | nil
}

Link to this section Functions