Class: TD::Types::PremiumGiveawayParticipantStatus::AlreadyWasMember
- Inherits:
-
TD::Types::PremiumGiveawayParticipantStatus
- Object
- Dry::Struct
- Base
- TD::Types::PremiumGiveawayParticipantStatus
- TD::Types::PremiumGiveawayParticipantStatus::AlreadyWasMember
- 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
-
#joined_chat_date ⇒ Integer
Point in time (Unix timestamp) when the user joined the chat.
Method Summary
Methods inherited from Base
Instance Attribute Details
#joined_chat_date ⇒ Integer
Point in time (Unix timestamp) when the user joined the chat.
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 |