Fetch user profiles by user IDs in batch
Array of user IDs
Promise resolving to array of user profiles
Fetch group profiles by group IDs in batch
Array of group IDs
Promise resolving to array of group profiles
Fetch system channel profiles in batch
Array of system channel IDs
Promise resolving to array of system profiles
Fetch group member information
Group ID
Promise resolving to array of group members
[Optional] Define default user profile to replace SDK's default initial data
User ID
Default user profile
[Optional] Define default group profile to replace SDK's default data
Group ID
Default group profile
[Optional] Define default system channel profile to replace SDK's default data
System channel ID
Default system profile
Service hooks interface for injecting business data into ChatUI
Provides callback functions to fetch user profiles, group profiles, system profiles, and group members from your backend