Class: TD::Types::PremiumGiveawayParticipantStatus::Administrator
- Inherits:
-
TD::Types::PremiumGiveawayParticipantStatus
- Object
- Dry::Struct
- Base
- TD::Types::PremiumGiveawayParticipantStatus
- TD::Types::PremiumGiveawayParticipantStatus::Administrator
- Defined in:
- lib/tdlib/types/premium_giveaway_participant_status/administrator.rb
Overview
The user can’t participate in the giveaway, because they are an administrator in one of the chats that created the
giveaway.
Instance Attribute Summary collapse
-
#chat_id ⇒ Integer
Identifier of the chat administered by the user.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat_id ⇒ Integer
Identifier of the chat administered by the user.
6 7 8 |
# File 'lib/tdlib/types/premium_giveaway_participant_status/administrator.rb', line 6 def chat_id @chat_id end |