Current section

Files

Jump to
telega include telega@model_PreCheckoutQuery.hrl
Raw

include/telega@model_PreCheckoutQuery.hrl

-record(pre_checkout_query, {
id :: binary(),
from :: telega@model:user(),
currency :: binary(),
total_amount :: integer(),
invoice_payload :: binary(),
shipping_option_id :: gleam@option:option(binary()),
order_info :: gleam@option:option(telega@model:order_info())
}).