Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GroupMemberProfile

Group member profile interface

description

Information about a member within a group

example
const member: GroupMemberProfile = {
userId: 'user123',
nickname: 'Johnny'
};

Hierarchy

  • GroupMemberProfile

Index

Properties

Properties

userId: string

User ID of the member

nickname?: string

Nickname displayed in the group. If not provided, the user's name will be used.