ExGram.Model.StickerSet (ex_gram v0.40.0) View Source
This object represents a sticker set.
Check the documentation of this model in https://core.telegram.org/bots/api#stickerset
Link to this section Summary
Link to this section Types
Specs
t() :: %ExGram.Model.StickerSet{
is_animated: boolean(),
is_video: boolean(),
name: String.t(),
sticker_type: String.t(),
stickers: [ExGram.Model.Sticker.t()],
thumbnail: ExGram.Model.PhotoSize.t() | nil,
title: String.t()
}