ex_gram v0.6.0 ExGram.Model.MessageEntity View Source

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %ExGram.Model.MessageEntity{
  length: integer(),
  offset: integer(),
  type: String.t(),
  url: String.t(),
  user: ExGram.Model.User.t()
}