Retrieves the App IDs associated with a specific user.
const user = '0x...';
const appIds = await chat.getUserAppIds(user);
A promise that resolves to an array of App IDs associated with the specified user.
The user's address for which the App IDs are being fetched.