Interface StarTransactionTypeGiveawayDeposit

The transaction is a deposit of Telegram Stars from a giveaway; for regular users only. Subtype of StarTransactionType.

interface StarTransactionTypeGiveawayDeposit {
    @type: "starTransactionTypeGiveawayDeposit";
    chat_id: number;
    giveaway_message_id: number;
}

Properties

@type: "starTransactionTypeGiveawayDeposit"
chat_id: number

Identifier of a supergroup or a channel chat that created the giveaway.

giveaway_message_id: number

Identifier of the message with the giveaway; can be 0 or an identifier of a deleted message.