interface GatewayGuildStickersUpdateDispatchData {
    guild_id: string;
    stickers: APISticker[];
}

Properties

Properties

guild_id: string

ID of the guild

stickers: APISticker[]

Array of stickers