Documentation - v0.27.1
    Preparing search index...

    Interface ChatActionMessageSent

    A message has been sent

    interface ChatActionMessageSent {
        message: Message;
        type: "msg_sent";
    }
    Index

    Properties

    Properties

    message: Message

    Message that was sent

    type: "msg_sent"