Options
All
  • Public
  • Public/Protected
  • All
Menu

Group profile interface

description

Group information for display in the ChatUI

example
const groupProfile: GroupProfile = {
groupId: 'group456',
name: 'Project Team',
avatarUrl: 'https://example.com/group.png',
memberCount: 10
};

Hierarchy

  • GroupProfile

Index

Properties

groupId: string

Group ID

name: string

Group name

avatarUrl?: string

Group avatar URL (optional)

memberCount: number

Number of members in the group