Current section

Files

Jump to
telega include telega@model_AnswerPreCheckoutQueryParameters.hrl
Raw

include/telega@model_AnswerPreCheckoutQueryParameters.hrl

-record(answer_pre_checkout_query_parameters, {
pre_checkout_query_id :: binary(),
ok :: boolean(),
error_message :: gleam@option:option(binary())
}).