Available types

ChatMemberOwner

Represents a chat member that owns the chat and has all administrator privileges.

fields

fieldtyperequireddescription
statusstringrequiredThe member's status in the chat, always “creator”
userUserrequiredInformation about the user
is_anonymousbooleanrequiredTrue, if the user's presence in the chat is hidden
custom_titlestringoptionalOptional. Custom title for this user

import

types.ts
import type { ChatMemberOwner } from "@yaebal/types";

used by

types