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

This object contains information about a paid media purchase.

Summary

Types

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