View Source Elixteg.Model.Chat (elixteg v0.7.0)

Link to this section Summary

Link to this section Types

@type t() :: %Elixteg.Model.Chat{
  first_name: binary(),
  id: integer(),
  last_name: binary(),
  photo: Elixteg.Model.ChatPhoto.t(),
  title: binary(),
  type: binary(),
  username: binary()
}