ExGram.Model.PaidMediaPurchased (ex_gram v0.55.1)

View Source

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

t()

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

Functions

decode_as()