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

A static profile photo in the .JPG format.

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

Summary

Types

@type t() :: %ExGram.Model.InputProfilePhotoStatic{
  photo: String.t(),
  type: String.t()
}

Functions