interface Action {
    args: any[];
    command: string;
    context: any;
    id: number;
    msg: string;
    plugin: string;
}

Properties

args: any[]
command: string
context: any
id: number
msg: string
plugin: string