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

The paid media isn't available before the payment.

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

Summary

Types

@type t() :: %ExGram.Model.PaidMediaPreview{
  duration: integer() | nil,
  height: integer() | nil,
  type: String.t(),
  width: integer() | nil
}

Functions