Available types

ChatBoost

This object contains information about a chat boost.

fields

fieldtyperequireddescription
boost_idstringrequiredUnique identifier of the boost
add_datenumberrequiredPoint in time (Unix timestamp) when the chat was boosted
expiration_datenumberrequiredPoint in time (Unix timestamp) when the boost will automatically expire, unless the booster's Telegram Premium subscription is prolonged
sourceChatBoostSourcerequiredSource of the added boost

import

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

used by

types