View Source ExGram.Model.MaskPosition (ex_gram v0.52.1)

This object describes the position on faces where a mask should be placed by default.

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

Summary

Types

@type t() :: %ExGram.Model.MaskPosition{
  point: String.t(),
  scale: float(),
  x_shift: float(),
  y_shift: float()
}

Functions