Package org.drinkless.tdlib
Class TdApi.PremiumGiveawayParticipantStatusAlreadyWasMember
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.PremiumGiveawayParticipantStatus
org.drinkless.tdlib.TdApi.PremiumGiveawayParticipantStatusAlreadyWasMember
- Enclosing class:
- TdApi
public static class TdApi.PremiumGiveawayParticipantStatusAlreadyWasMember
extends TdApi.PremiumGiveawayParticipantStatus
The user can't participate in the giveaway, because they have already been member of the chat.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.PremiumGiveawayParticipantStatus
TdApi.PremiumGiveawayParticipantStatus.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intPoint 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.PremiumGiveawayParticipantStatusAlreadyWasMember(int joinedChatDate) The user can't participate in the giveaway, because they have already been member of the chat. -
Method Summary
Modifier and TypeMethodDescriptionintReturns 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
-
PremiumGiveawayParticipantStatusAlreadyWasMember
public PremiumGiveawayParticipantStatusAlreadyWasMember()The user can't participate in the giveaway, because they have already been member of the chat. -
PremiumGiveawayParticipantStatusAlreadyWasMember
public PremiumGiveawayParticipantStatusAlreadyWasMember(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.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.PremiumGiveawayParticipantStatus- Returns:
- this.CONSTRUCTOR
-