ultra-telegram-framework
    Preparing search index...

    Interface ChatBoostRemoved

    This object represents a boost removed from a chat.

    interface ChatBoostRemoved {
        boost_id: string;
        chat: Chat;
        remove_date: number;
        source: ChatBoostSource;
    }
    Index

    Properties

    boost_id: string

    Unique identifier of the boost

    chat: Chat

    Chat which was boosted

    remove_date: number

    Point in time (Unix timestamp) when the boost was removed

    Source of the removed boost