View Source Telegex.Type.StickerSet (Telegex v1.0.0-rc.0)
This object represents a sticker set.
Link to this section Summary
Link to this section Types
@type t() :: %Telegex.Type.StickerSet{ is_animated: boolean(), is_video: boolean(), name: String.t(), sticker_type: String.t(), stickers: [Telegex.Type.Sticker.t()], thumbnail: Telegex.Type.PhotoSize.t() | nil, title: String.t() }