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