View Source ExTDLib.Object.ChatMemberStatusCreator (ExTDLib v0.0.4)
The user is the owner of the chat and has all the administrator privileges.
| Name | Type | Description |
|---|---|---|
| custom_title | string | A custom title of the owner; 0-16 characters without emojis; applicable to supergroups only. |
| is_anonymous | bool | True, if the creator isn't shown in the chat member list and sends messages anonymously; applicable to supergroups only. |
| is_member | bool | True, if the user is a member of the chat. |
More details on telegram's documentation.