View Source Elixteg.Model.StickerSet (elixteg v0.7.0)

Link to this section Summary

Link to this section Types

@type t() :: %Elixteg.Model.StickerSet{
  contains_masks: boolean(),
  name: binary(),
  stickers: [Elixteg.Model.Sticker.t()],
  title: binary()
}