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

An animated profile photo in the MPEG4 format.

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

Summary

Types

@type t() :: %ExGram.Model.InputProfilePhotoAnimated{
  animation: String.t(),
  main_frame_timestamp: float() | nil,
  type: String.t()
}

Functions