Current section

Files

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

include/telega@model@types_ShippingQuery.hrl

-record(shipping_query, {
id :: binary(),
from :: telega@model@types:user(),
invoice_payload :: binary(),
shipping_address :: telega@model@types:shipping_address()
}).