Class: TD::Types::StarTransactionPartner::Channel
- Inherits:
-
TD::Types::StarTransactionPartner
- Object
- Dry::Struct
- Base
- TD::Types::StarTransactionPartner
- TD::Types::StarTransactionPartner::Channel
- Defined in:
- lib/tdlib/types/star_transaction_partner/channel.rb
Overview
The transaction is a transaction with a channel chat.
Instance Attribute Summary collapse
-
#chat_id ⇒ Integer
Identifier of the chat.
-
#purpose ⇒ TD::Types::ChannelTransactionPurpose
Purpose of the transaction.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat_id ⇒ Integer
Identifier of the chat.
6 7 8 |
# File 'lib/tdlib/types/star_transaction_partner/channel.rb', line 6 def chat_id @chat_id end |
#purpose ⇒ TD::Types::ChannelTransactionPurpose
Purpose of the transaction.
6 7 8 |
# File 'lib/tdlib/types/star_transaction_partner/channel.rb', line 6 def purpose @purpose end |