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) #

Instance Method Detail

def id : String #

def id=(id : String) #

def prices : Array(LabeledPrice) #

def prices=(prices : Array(LabeledPrice)) #

def title : String #

def title=(title : String) #