Available types

ChatMemberBanned

Represents a chat member that was banned in the chat and can't return to the chat or view chat messages.

fields

fieldtyperequireddescription
statusstringrequiredThe member's status in the chat, always “kicked”
userUserrequiredInformation about the user
until_datenumberrequiredDate when restrictions will be lifted for this user; Unix time. If 0, then the user is banned forever.

import

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

used by

types