class Tourmaline::StickerSet
inherits Reference
#
This object represents a sticker set.
Included modules
JSON::Serializable
Constructors#
.new(name, title, sticker_type, stickers : Array(Tourmaline::Sticker) = [] of Tourmaline::Sticker, thumbnail : Tourmaline::PhotoSize? = nil)
#
(name, title, sticker_type, stickers : Array(Tourmaline::Sticker) = [] of Tourmaline::Sticker, thumbnail : Tourmaline::PhotoSize? = nil)
Methods#
#sticker_type : String
#
: String
Type of stickers in the set, currently one of "regular", "mask", "custom_emoji"
#sticker_type=(sticker_type : String)
#
(sticker_type : String)
Type of stickers in the set, currently one of "regular", "mask", "custom_emoji"
#thumbnail : Tourmaline::PhotoSize?
#
: Tourmaline::PhotoSize?
Optional. Sticker set thumbnail in the .WEBP, .TGS, or .WEBM format
#thumbnail=(thumbnail : Tourmaline::PhotoSize?)
#
(thumbnail : Tourmaline::PhotoSize?)
Optional. Sticker set thumbnail in the .WEBP, .TGS, or .WEBM format