OpenSingleChatRequest interface

Used when starting a chat with one person

See OpenGroupChatRequest for use when a chat with more than one person

Extends

OpenChatRequest

Properties

user

The Microsoft Entra UPN (usually but not always an e-mail address) of the user with whom to begin a chat

Inherited Properties

message

An optional message used when initiating chat

Property Details

user

The Microsoft Entra UPN (usually but not always an e-mail address) of the user with whom to begin a chat

user: string

Property Value

string

Inherited Property Details

message

An optional message used when initiating chat

message?: string

Property Value

string

Inherited From OpenChatRequest.message