class TelegramBot::LabeledPrice

Defined in:

telegram_bot/types/labeled_price.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def amount : Int32 #

[View source]
def amount=(_amount : Int32) #

[View source]
def label : String #

[View source]
def label=(_label : String) #

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

[View source]