View Source Telegex.Type.ChatMemberOwner (Telegex v1.2.2)

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

Link to this section Summary

Link to this section Types

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