@kaguyajs/trss-yunzai-types
    Preparing search index...

    Interface ForwardElem

    转发节点消息

    interface ForwardElem {
        data: Optional<Forwardable, "user_id">[];
        type: "node";
    }
    Index

    Properties

    Properties

    data: Optional<Forwardable, "user_id">[]
    type: "node"