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

Describes a transaction with an unknown source or recipient.

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

- `type`: Type of the transaction partner, always "other”

# `t`

```elixir
@type t() :: %ExGram.Model.TransactionPartnerOther{type: String.t()}
```

# `decode_as`

---

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