Interface ChatBoostSlots

Contains a list of chat boost slots.

interface ChatBoostSlots {
    @type: "chatBoostSlots";
    slots: ChatBoostSlot[];
}

Properties

Properties

@type: "chatBoostSlots"
slots: ChatBoostSlot[]

List of boost slots.