Type alias ChatUpdate

ChatUpdate: Partial<Chat & {
    conditional: ((bufferedData) => boolean | undefined);
}>

Generated using TypeDoc