View Source Telegex.Type.ChatMemberOwner (Telegex v1.8.0)
Represents a chat member that owns the chat and has all administrator privileges.
Summary
Types
@type t() :: %Telegex.Type.ChatMemberOwner{ custom_title: String.t() | nil, is_anonymous: boolean(), status: String.t(), user: Telegex.Type.User.t() }