Current section

Files

Jump to
telega include telega@model_ShippingOption.hrl
Raw

include/telega@model_ShippingOption.hrl

-record(shipping_option, {
id :: binary(),
title :: binary(),
prices :: list(telega@model:labeled_price())
}).