ex_gram v0.6.0 ExGram.Model.StickerSet View Source

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %ExGram.Model.StickerSet{
  contains_masks: boolean(),
  name: String.t(),
  stickers: [ExGram.Model.Sticker.t()],
  title: String.t()
}