Interface Stickers

Represents a list of stickers.

interface Stickers {
    @type: "stickers";
    stickers: Sticker[];
}

Properties

Properties

@type: "stickers"
stickers: Sticker[]

List of stickers.