A non-standard action has happened in the chat

interface ActionCustom {
    action: string;
    type: "custom";
}

Properties

Properties

action: string

Text to be shown in the interface

type: "custom"