class TelegramBot::LabeledPrice

Included Modules

Defined in:

telegram_bot/types/labeled_price.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : 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]