ex_gram v0.10.0 ExGram.Model.Chat View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExGram.Model.Chat{
  can_set_sticker_set: boolean(),
  description: String.t(),
  first_name: String.t(),
  id: integer(),
  invite_link: String.t(),
  last_name: String.t(),
  permissions: ExGram.Model.ChatPermissions.t(),
  photo: ExGram.Model.ChatPhoto.t(),
  pinned_message: ExGram.Model.Message.t(),
  slow_mode_delay: integer(),
  sticker_set_name: String.t(),
  title: String.t(),
  type: String.t(),
  username: String.t()
}