ExGram.Model.RevenueWithdrawalStateSucceeded (ex_gram v0.55.1)

View Source

The withdrawal succeeded.

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

Summary

Types

t()

@type t() :: %ExGram.Model.RevenueWithdrawalStateSucceeded{
  date: integer(),
  type: String.t(),
  url: String.t()
}

Functions

decode_as()