MobX Lark
    Preparing search index...

    Interface SendChatMessage

    interface SendChatMessage {
        content: ChatMessageContent;
        msg_type: ChatMessageType;
        receive_id: string;
    }
    Index

    Properties

    msg_type: ChatMessageType
    receive_id: string