Interface GetGiveawayInfo

Returns information about a giveaway. Request type for Tdjson#getGiveawayInfo.

interface GetGiveawayInfo {
    @type: "getGiveawayInfo";
    chat_id: number;
    message_id: number;
}

Properties

@type: "getGiveawayInfo"
chat_id: number

Identifier of the channel chat which started the giveaway.

message_id: number

Identifier of the giveaway or a giveaway winners message in the chat.