ChatMemberOwner
Represents a chat member that owns the chat and has all administrator privileges.
fields
| field | type | required | description |
|---|---|---|---|
status | string | required | The member's status in the chat, always “creator” |
user | User | required | Information about the user |
is_anonymous | boolean | required | True, if the user's presence in the chat is hidden |
custom_title | string | optional | Optional. Custom title for this user |
import
import type { ChatMemberOwner } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#chatmemberowner