class TelegramBot::ShippingOption

Included Modules

Defined in:

telegram_bot/types/shipping_option.cr

Constructors

Instance Method Summary

Constructor Detail

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