Interface GiveawayParticipantStatusDisallowedCountry

The user can't participate in the giveaway, because they phone number is from a disallowed country. Subtype of GiveawayParticipantStatus.

interface GiveawayParticipantStatusDisallowedCountry {
    @type: "giveawayParticipantStatusDisallowedCountry";
    user_country_code: string;
}

Properties

@type: "giveawayParticipantStatusDisallowedCountry"
user_country_code: string

A two-letter ISO 3166-1 alpha-2 country code of the user's country.