MobX Lark
    Preparing search index...

    Interface ChatCardMessage

    interface ChatCardMessage {
        chat_id: string;
        type: "share_chat";
    }
    Index

    Properties

    Properties

    chat_id: string
    type: "share_chat"