View Source ExGram.Model.RevenueWithdrawalStateSucceeded (ex_gram v0.53.0)

The withdrawal succeeded.

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

Summary

Types

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

Functions