ExGram.Model.StickerSet (ex_gram v0.55.1)

View Source

This object represents a sticker set.

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

Summary

Types

t()

@type t() :: %ExGram.Model.StickerSet{
  name: String.t(),
  sticker_type: String.t(),
  stickers: [ExGram.Model.Sticker.t()],
  thumbnail: ExGram.Model.PhotoSize.t() | nil,
  title: String.t()
}

Functions

decode_as()