class TelegramBot::Invoice

Defined in:

telegram_bot/types/invoice.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(__temp_756 : JSON::PullParser) #

[View source]

Instance Method Detail

def currency : String #

[View source]
def currency=(_currency : String) #

[View source]
def description : String #

[View source]
def description=(_description : String) #

[View source]
def start_parameter : String #

[View source]
def start_parameter=(_start_parameter : String) #

[View source]
def title : String #

[View source]
def title=(_title : String) #

[View source]
def to_json(json : JSON::Builder) #

[View source]
def total_amount : Int32 #

[View source]
def total_amount=(_total_amount : Int32) #

[View source]