ExGram.Model.RefundedPayment (ex_gram v0.56.0)

View Source

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

t()

@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

decode_as()