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

Describes a transaction with payment for paid broadcasting.

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

- `type`: Type of the transaction partner, always "telegram_api”
- `request_count`: The number of successful requests that exceeded regular limits and were therefore billed

# `t`

```elixir
@type t() :: %ExGram.Model.TransactionPartnerTelegramApi{
  request_count: integer(),
  type: String.t()
}
```

# `decode_as`

---

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