Interface OutActionSendMsg

interface OutActionSendMsg {
    mode: SendMode;
    outMsg: MessageRelaxed;
    type: "sendMsg";
}

Properties

Properties

mode: SendMode
type: "sendMsg"