export interface RobotProperties { /** * 机器人ID */ chatbotUserId: string; /** * 机器人Code */ robotCode: string; /** * 企业ID */ chatbotCorpId: string; /** * 当前会话的 Webhook 地址 */ sessionWebhook: string; /** * 当前会话的 Webhook 地址过期时间 */ sessionWebhookExpiredTime: number; }