Interface GiveawayInfoOngoing

Contains information about a giveaway. Subtype of GiveawayInfo.

interface GiveawayInfoOngoing {
    @type: "giveawayInfoOngoing";
    creation_date: number;
    is_ended?: boolean;
    status: GiveawayParticipantStatus;
}

Properties

@type: "giveawayInfoOngoing"
creation_date: number

Point in time (Unix timestamp) when the giveaway was created.

is_ended?: boolean

True, if the giveaway has ended and results are being prepared.

Status of the current user in the giveaway.