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.
Returned In
Added in version 13.7.
- Parameters:
user (
telegram.User
) – Information about the user.is_anonymous (
bool
) –True
, if the user’s presence in the chat is hidden.custom_title (
str
, optional) – Custom title for this user.