ex_gram v0.8.0 ExGram.Model.Sticker View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExGram.Model.Sticker{
  emoji: String.t(),
  file_id: String.t(),
  file_size: integer(),
  height: integer(),
  is_animated: boolean(),
  mask_position: ExGram.Model.MaskPosition.t(),
  set_name: String.t(),
  thumb: ExGram.Model.PhotoSize.t(),
  width: integer()
}