Nadia.Model.Sticker (nadia v1.6.0)

View Source

Summary

Types

t()

@type t() :: %Nadia.Model.Sticker{
  custom_emoji_id: binary(),
  emoji: binary(),
  file_id: binary(),
  file_size: integer(),
  file_unique_id: binary(),
  height: integer(),
  is_animated: boolean(),
  is_video: boolean(),
  mask_position: MaskPosition.t(),
  needs_repainting: boolean(),
  premium_animation: Nadia.Model.File.t(),
  set_name: binary(),
  thumb: Nadia.Model.PhotoSize.t(),
  thumbnail: Nadia.Model.PhotoSize.t(),
  type: binary(),
  width: integer()
}