View Source Telegex.Type.TransactionPartnerUser (Telegex v1.9.0-rc.0)

Describes a transaction with a user.

Summary

Types

@type t() :: %Telegex.Type.TransactionPartnerUser{
  invoice_payload: String.t() | nil,
  paid_media: [Telegex.Type.PaidMedia.t()] | nil,
  paid_media_payload: String.t() | nil,
  type: String.t(),
  user: Telegex.Type.User.t()
}