MobX Lark
    Preparing search index...

    Interface ChatSender

    interface ChatSender {
        id: string;
        id_type: "open_id" | "app_id";
        sender_type: "app";
        tenant_key: string;
    }

    Hierarchy

    • Record<"id" | "tenant_key", string>
      • ChatSender
    Index

    Properties

    id: string
    id_type: "open_id" | "app_id"
    sender_type: "app"
    tenant_key: string