Group profile interface
Group information for display in the ChatUI
const groupProfile: GroupProfile = { groupId: 'group456', name: 'Project Team', avatarUrl: 'https://example.com/group.png', memberCount: 10};
Group ID
Group name
Group avatar URL (optional)
Number of members in the group
Group profile interface
Group information for display in the ChatUI