Class: TD::Types::StarTransactionPartner::Channel

Inherits:
TD::Types::StarTransactionPartner show all
Defined in:
lib/tdlib/types/star_transaction_partner/channel.rb

Overview

The transaction is a transaction with a channel chat.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#chat_idInteger

Identifier of the chat.

Returns:

  • (Integer)

    the current value of chat_id



6
7
8
# File 'lib/tdlib/types/star_transaction_partner/channel.rb', line 6

def chat_id
  @chat_id
end

#purposeTD::Types::ChannelTransactionPurpose

Purpose of the transaction.

Returns:



6
7
8
# File 'lib/tdlib/types/star_transaction_partner/channel.rb', line 6

def purpose
  @purpose
end