Class: TD::Types::PremiumGiveawayParticipantStatus::AlreadyWasMember

Inherits:
TD::Types::PremiumGiveawayParticipantStatus show all
Defined in:
lib/tdlib/types/premium_giveaway_participant_status/already_was_member.rb

Overview

The user can’t participate in the giveaway, because they have already been member of the chat.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#joined_chat_dateInteger

Point in time (Unix timestamp) when the user joined the chat.

Returns:

  • (Integer)

    the current value of joined_chat_date



5
6
7
# File 'lib/tdlib/types/premium_giveaway_participant_status/already_was_member.rb', line 5

def joined_chat_date
  @joined_chat_date
end