Alexia.Model.Chat (alexia v0.8.1)

Link to this section Summary

Link to this section Types

Specs

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