GramIO API Reference / gramio/dist / TelegramChatMemberOwner
Interface: TelegramChatMemberOwner
Defined in: @gramio/types/out/objects.d.ts:3627
Represents a chat member that owns the chat and has all administrator privileges.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
custom_title? | string | Optional. Custom title for this user | @gramio/types/out/objects.d.ts:3643 |
is_anonymous | boolean | True, if the user's presence in the chat is hidden | @gramio/types/out/objects.d.ts:3639 |
status | "creator" | The member's status in the chat, always “creator” | @gramio/types/out/objects.d.ts:3631 |
user | TelegramUser | Information about the user | @gramio/types/out/objects.d.ts:3635 |