Class: TD::Types::InputInvoice::Telegram

Inherits:
TD::Types::InputInvoice show all
Defined in:
lib/tdlib/types/input_invoice/telegram.rb

Overview

An invoice for a payment toward Telegram; must not be used in the in-store apps.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#purposeTD::Types::TelegramPaymentPurpose

Transaction purpose.

Returns:



5
6
7
# File 'lib/tdlib/types/input_invoice/telegram.rb', line 5

def purpose
  @purpose
end