# `ExGram.Model.RevenueWithdrawalStateSucceeded`
[🔗](https://github.com/rockneurotiko/ex_gram/blob/0.64.0/lib/ex_gram.ex#L7042)

The withdrawal succeeded.

Check the [documentation of this model on Telegram Bot API](https://core.telegram.org/bots/api#revenuewithdrawalstatesucceeded)

- `type`: Type of the state, always "succeeded”
- `date`: Date the withdrawal was completed in Unix time
- `url`: An HTTPS URL that can be used to see transaction details

# `t`

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

# `decode_as`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
