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

Represents a chat member that owns the chat and has all administrator privileges.

Check the documentation of this model in https://core.telegram.org/bots/api#chatmemberowner

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