Interface GiveawayParticipantStatusAdministrator

The user can't participate in the giveaway, because they are an administrator in one of the chats that created the giveaway. Subtype of GiveawayParticipantStatus.

interface GiveawayParticipantStatusAdministrator {
    @type: "giveawayParticipantStatusAdministrator";
    chat_id: number;
}

Properties

Properties

@type: "giveawayParticipantStatusAdministrator"
chat_id: number

Identifier of the chat administered by the user.