View Source ExGram.Model.PaidMediaPurchased (ex_gram v0.55.0)

This object contains information about a paid media purchase.

Check the documentation of this model in https://core.telegram.org/bots/api#paidmediapurchased

Summary

Types

@type t() :: %ExGram.Model.PaidMediaPurchased{
  from: ExGram.Model.User.t(),
  paid_media_payload: String.t()
}

Functions