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.
  • 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

    • 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