class TelegramBot::ShippingOption

Defined in:

telegram_bot/types/shipping_option.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def id : String #

[View source]
def id=(_id : String) #

[View source]
def prices : Array(LabeledPrice) #

[View source]
def prices=(_prices : Array(LabeledPrice)) #

[View source]
def title : String #

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

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

[View source]