class TelegramBot::Invoice

Included Modules

Defined in:

telegram_bot/types/invoice.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def currency : String #

def currency=(currency : String) #

def description : String #

def description=(description : String) #

def start_parameter : String #

def start_parameter=(start_parameter : String) #

def title : String #

def title=(title : String) #

def total_amount : Int32 #

def total_amount=(total_amount : Int32) #