ultra-telegram-framework
    Preparing search index...

    Interface ChatBoostSourceGiveaway

    The boost was obtained by the creation of a Telegram Premium or a Telegram Star giveaway. This boosts the chat 4 times for the duration of the corresponding Telegram Premium subscription for Telegram Premium giveaways and prize_star_count / 500 times for one year for Telegram Star giveaways.

    interface ChatBoostSourceGiveaway {
        giveaway_message_id: number;
        is_unclaimed?: boolean;
        prize_star_count?: number;
        source: string;
        user?: User;
    }
    Index

    Properties

    giveaway_message_id: number

    Identifier of a message in the chat with the giveaway; the message could have been deleted already. May be 0 if the message isn't sent yet.

    is_unclaimed?: boolean

    Optional. True, if the giveaway was completed, but there was no user to win the prize

    prize_star_count?: number

    Optional. The number of Telegram Stars to be split between giveaway winners; for Telegram Star giveaways only

    source: string

    Source of the boost, always "giveaway"

    user?: User

    Optional. User that won the prize in the giveaway if any; for Telegram Premium giveaways only