Current section

Files

Jump to
telega include telega@model@types_ShippingOption.hrl
Raw

include/telega@model@types_ShippingOption.hrl

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