Current section

Files

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

include/telega@model@types_RefundedPayment.hrl

-record(refunded_payment, {
currency :: binary(),
total_amount :: integer(),
invoice_payload :: binary(),
telegram_payment_charge_id :: binary(),
provider_payment_charge_id :: gleam@option:option(binary())
}).