ExGram.Model.PaidMediaLivePhoto (ex_gram v0.66.0)

Copy Markdown View Source

The paid media is a live photo.

Check the documentation of this model on Telegram Bot API

  • type: Type of the paid media, always "live_photo”
  • live_photo: The photo

Summary

Types

t()

@type t() :: %ExGram.Model.PaidMediaLivePhoto{
  live_photo: ExGram.Model.LivePhoto.t(),
  type: String.t()
}

Functions

decode_as()