Package org.drinkless.tdlib
Class TdApi.GiveawayParticipantStatusAlreadyWasMember
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.GiveawayParticipantStatus
org.drinkless.tdlib.TdApi.GiveawayParticipantStatusAlreadyWasMember
- Enclosing class:
- TdApi
public static class TdApi.GiveawayParticipantStatusAlreadyWasMember
extends TdApi.GiveawayParticipantStatus
The user can't participate in the giveaway, because they have already been member of the chat.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.int
Point in time (Unix timestamp) when the user joined the chat. -
Constructor Summary
ConstructorsConstructorDescriptionThe 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. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
joinedChatDate
public int joinedChatDatePoint in time (Unix timestamp) when the user joined the chat. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GiveawayParticipantStatusAlreadyWasMember
public GiveawayParticipantStatusAlreadyWasMember()The user can't participate in the giveaway, because they have already been member of the chat. -
GiveawayParticipantStatusAlreadyWasMember
public GiveawayParticipantStatusAlreadyWasMember(int joinedChatDate) The user can't participate in the giveaway, because they have already been member of the chat.- Parameters:
joinedChatDate
- Point in time (Unix timestamp) when the user joined the chat.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-