Edit

Share via


IIdentity interface

Represents a user, bot, or conversation.

Properties

id

Channel specific ID for this identity.

isGroup

If true the identity is a group. Typically only found on conversation identities.

name

Friendly name for this identity.

Property Details

id

Channel specific ID for this identity.

id: string

Property Value

string

isGroup

If true the identity is a group. Typically only found on conversation identities.

isGroup?: boolean

Property Value

boolean

name

Friendly name for this identity.

name?: string

Property Value

string