Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface User

A user within this ChatKitty application

export
interface

User

Hierarchy

  • User

Index

Properties

Optional _links

_links: UserLinks
memberof

User

displayName

displayName: string

Human readable name of this user that will be shown to other user

memberof

User

displayPictureUrl

displayPictureUrl: string

URI to this user's avatar image

memberof

User

id

id: number

64 bit integer identifier associated with this user

memberof

User

Optional isGuest

isGuest: boolean

Included if this user was created as a guest

memberof

User

name

name: string

The unique name of the user - the username

memberof

User

Optional properties

properties: object

Map of arbiturary properties belonging to this user

memberof

User

Generated using TypeDoc, the 9/1/2021 at 5:54:10 AM