public static class TdApi.GiveawayParticipantStatusDisallowedCountry extends TdApi.GiveawayParticipantStatus
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
userCountryCode
A two-letter ISO 3166-1 alpha-2 country code of the user's country.
|
| Constructor and Description |
|---|
GiveawayParticipantStatusDisallowedCountry()
The user can't participate in the giveaway, because they phone number is from a disallowed country.
|
GiveawayParticipantStatusDisallowedCountry(java.lang.String userCountryCode)
The user can't participate in the giveaway, because they phone number is from a disallowed country.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String userCountryCode
public static final int CONSTRUCTOR
public GiveawayParticipantStatusDisallowedCountry()
public GiveawayParticipantStatusDisallowedCountry(java.lang.String userCountryCode)
userCountryCode - A two-letter ISO 3166-1 alpha-2 country code of the user's country.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object