View Source ExGram.Model.RefundedPayment (ex_gram v0.55.0)

This object contains basic information about a refunded payment.

Check the documentation of this model in https://core.telegram.org/bots/api#refundedpayment

Summary

Types

@type t() :: %ExGram.Model.RefundedPayment{
  currency: String.t(),
  invoice_payload: String.t(),
  provider_payment_charge_id: String.t() | nil,
  telegram_payment_charge_id: String.t(),
  total_amount: integer()
}

Functions