View Source ExGram.Model.Sticker (ex_gram v0.52.2)

This object represents a sticker.

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

Summary

Types

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

Functions