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

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

Summary

Types

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

Functions