ChatMemberOwner¶
- class litegram.types.chat_member_owner.ChatMemberOwner(*, status: Literal[ChatMemberStatus.CREATOR] = ChatMemberStatus.CREATOR, user: User, is_anonymous: bool, custom_title: str | None = None, **extra_data: 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’