class TelegramBot::Models::Invoice

Overview

https://core.telegram.org/bots/api#invoice

Defined in:

telegram_bot/models.cr

Constructors

Instance Method Summary

Constructor methods inherited from class TelegramBot::Models::Base

new(pull : JSON::PullParser) new

Constructor Detail

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

https://core.telegram.org/bots/api#invoice


[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 total_amount : Int32 #

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

[View source]