Interface ChatSetVariablesEvent

interface ChatSetVariablesEvent {
    kind: "setVariables";
}

Properties

Properties

kind: "setVariables"