Class: TD::Types::ChannelTransactionPurpose::Join
- Inherits:
-
TD::Types::ChannelTransactionPurpose
- Object
- Dry::Struct
- Base
- TD::Types::ChannelTransactionPurpose
- TD::Types::ChannelTransactionPurpose::Join
- Defined in:
- lib/tdlib/types/channel_transaction_purpose/join.rb
Overview
User joined the channel and subscribed to regular payments in Telegram Stars.
Instance Attribute Summary collapse
-
#period ⇒ Integer
The number of seconds between consecutive Telegram Star debiting.
Method Summary
Methods inherited from Base
Instance Attribute Details
#period ⇒ Integer
The number of seconds between consecutive Telegram Star debiting.
5 6 7 |
# File 'lib/tdlib/types/channel_transaction_purpose/join.rb', line 5 def period @period end |