ChatMemberOwner#

class aiogram.types.chat_member_owner.ChatMemberOwner(*, status: ~typing.Literal[<ChatMemberStatus.CREATOR: 'creator'>] = ChatMemberStatus.CREATOR, user: ~aiogram.types.user.User, is_anonymous: bool, custom_title: str | None = None, **extra_data: ~typing.Any)[source]#

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

Source: https://core.telegram.org/bots/api#chatmemberowner

status: Literal[ChatMemberStatus.CREATOR]#

The member’s status in the chat, always ‘creator’

user: User#

Information about the user

is_anonymous: bool#

True, if the user’s presence in the chat is hidden

custom_title: str | None#

Optional. Custom title for this user