interface ChatMemberOwnerimport { type ChatMemberOwner } from "https://dotland.deno.dev/x/grammy@v1.15.2/types.web.ts"; Represents a chat member that owns the chat and has all administrator privileges. Propertiesstatus: "creator"The member's status in the chat, always “creator” user: UserInformation about the user is_anonymous: booleanTrue, if the user's presence in the chat is hidden optionalcustom_title: stringCustom title for this user import ChatMemberOwnerimport { ChatMemberOwner } from "https://dotland.deno.dev/x/grammy@v1.15.2/types.web.ts";