View Source ExGram.Model.TransactionPartnerChat (ex_gram v0.55.0)
Describes a transaction with a chat.
Check the documentation of this model in https://core.telegram.org/bots/api#transactionpartnerchat
Summary
Types
@type t() :: %ExGram.Model.TransactionPartnerChat{ chat: ExGram.Model.Chat.t(), gift: ExGram.Model.Gift.t() | nil, type: String.t() }