Available types

ChatBoostRemoved

This object represents a boost removed from a chat.

fields

fieldtyperequireddescription
chatChatrequiredChat which was boosted
boost_idstringrequiredUnique identifier of the boost
remove_datenumberrequiredPoint in time (Unix timestamp) when the boost was removed
sourceChatBoostSourcerequiredSource of the removed boost

import

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

used by

types