Interface IAadUserConversationMember
User participating in a conversation (chat)
public interface IAadUserConversationMember : IDataModel<IAadUserConversationMember>, IDataModelParent, IDataModelWithContext, ISupportModules<IAadUserConversationMember>, IDataModelGet<IAadUserConversationMember>, IDataModelLoad<IAadUserConversationMember>, IDataModelUpdate
- Inherited Members
- Extension Methods
Properties
DisplayName
Display name of the user
string DisplayName { get; }
Property Value
Email of the user
string Email { get; }
Property Value
Id
Id of the user in the chat
string Id { get; set; }
Property Value
Roles
Roles the user has
List<string> Roles { get; set; }
Property Value
TenantId
The Azuire tenant id of the tenant the user is in
string TenantId { get; }
Property Value
UserId
The actual user id
string UserId { get; set; }
Property Value
VisibleHistoryStartDateTime
User can see chat history from this date
DateTime VisibleHistoryStartDateTime { get; }