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 Details

    • joinedChatDate

      public int joinedChatDate
      Point in time (Unix timestamp) when the user joined the chat.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier 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