ExGram.Model.StickerSet (ex_gram v0.24.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %ExGram.Model.StickerSet{
  contains_masks: boolean(),
  is_animated: boolean(),
  name: String.t(),
  stickers: [ExGram.Model.Sticker.t()],
  thumb: ExGram.Model.PhotoSize.t() | nil,
  title: String.t()
}

Link to this section Functions