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

Link to this section Summary

Link to this section Types

Specs

t() :: %ExGram.Model.ChatMemberOwner{
  custom_title: String.t() | nil,
  is_anonymous: boolean(),
  status: String.t(),
  user: ExGram.Model.User.t()
}

Link to this section Functions