Class: TD::Types::ChannelTransactionPurpose::PaidMedia
- Inherits:
-
TD::Types::ChannelTransactionPurpose
- Object
- Dry::Struct
- Base
- TD::Types::ChannelTransactionPurpose
- TD::Types::ChannelTransactionPurpose::PaidMedia
- Defined in:
- lib/tdlib/types/channel_transaction_purpose/paid_media.rb
Overview
Paid media were bought.
Instance Attribute Summary collapse
-
#media ⇒ Array<TD::Types::PaidMedia>
The bought media if the trancastion wasn’t refunded.
-
#message_id ⇒ Integer
Identifier of the corresponding message with paid media; can be an identifier of a deleted message.
Method Summary
Methods inherited from Base
Instance Attribute Details
#media ⇒ Array<TD::Types::PaidMedia>
The bought media if the trancastion wasn’t refunded.
7 8 9 |
# File 'lib/tdlib/types/channel_transaction_purpose/paid_media.rb', line 7 def media @media end |
#message_id ⇒ Integer
Identifier of the corresponding message with paid media; can be an identifier of a deleted message.
7 8 9 |
# File 'lib/tdlib/types/channel_transaction_purpose/paid_media.rb', line 7 def @message_id end |