Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChatUIUserProfile

User profile interface

description

Basic user information for display in the ChatUI

example
const userProfile: ChatUIUserProfile = {
userId: 'user123',
name: 'John Doe',
avatarUrl: 'https://example.com/avatar.png'
};

Hierarchy

  • ChatUIUserProfile

Index

Properties

userId: string

User ID

name: string

User display name

avatarUrl?: string

Avatar URL (optional)