ChatMemberOwner

class telegram.ChatMemberOwner(user, is_anonymous, custom_title=None, *, api_kwargs=None)[source]

Bases: telegram.ChatMember

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

New in version 13.7.

Parameters:
status[source]

The member’s status in the chat, always 'creator'.

Type:

str

user[source]

Information about the user.

Type:

telegram.User

is_anonymous[source]

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

Type:

bool

custom_title[source]

Optional. Custom title for this user.

Type:

str