public static class TdApi.GiveawayParticipantStatusAlreadyWasMember extends TdApi.GiveawayParticipantStatus
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
joinedChatDate
Point in time (Unix timestamp) when the user joined the chat.
|
| Constructor and Description |
|---|
GiveawayParticipantStatusAlreadyWasMember()
The user can't participate in the giveaway, because they have already been member of the chat.
|
GiveawayParticipantStatusAlreadyWasMember(int joinedChatDate)
The user can't participate in the giveaway, because they have already been member of the chat.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int joinedChatDate
public static final int CONSTRUCTOR
public GiveawayParticipantStatusAlreadyWasMember()
public GiveawayParticipantStatusAlreadyWasMember(int joinedChatDate)
joinedChatDate - Point in time (Unix timestamp) when the user joined the chat.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object