Interface GiveawayParticipantStatusAlreadyWasMember

The user can't participate in the giveaway, because they have already been member of the chat. Subtype of GiveawayParticipantStatus.

interface GiveawayParticipantStatusAlreadyWasMember {
    @type: "giveawayParticipantStatusAlreadyWasMember";
    joined_chat_date: number;
}

Properties

@type: "giveawayParticipantStatusAlreadyWasMember"
joined_chat_date: number

Point in time (Unix timestamp) when the user joined the chat.