ExGram.Model.InputProfilePhotoStatic (ex_gram v0.55.1)

View Source

A static profile photo in the .JPG format.

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

Summary

Types

t()

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

Functions

decode_as()