Type Alias DeleteChatbotMessageQueryParams

DeleteChatbotMessageQueryParams: {
    account_id?: string;
    robot_jid: string;
    user_jid: string;
}