Interface IChat
Defines a chat
Inherited Members
Namespace: PnP.Core.Model.Me
Assembly: PnP.Core.dll
Syntax
public interface IChat : IDataModel<IChat>, IDataModelParent, IDataModelWithContext, ISupportModules<IChat>, IDataModelGet<IChat>, IDataModelLoad<IChat>, IDataModelUpdate, IQueryableDataModel
Properties
ChatType
CreatedDateTime
Id
LastUpdatedDateTime
Last time the chat has been updated
Declaration
DateTime LastUpdatedDateTime { get; }
Property Value
| DateTime |
Members
Members in this Team Chat
Implements IQueryable<T>.
See Requesting model collections
and IQueryable performance considerations to learn more.
Declaration
IAadUserConversationMemberCollection Members { get; }
Property Value
| IAadUserConversationMemberCollection |
Messages
Messages in this Team Chat
Implements IQueryable<T>.
See Requesting model collections
and IQueryable performance considerations to learn more.
Declaration
IChatMessageCollection Messages { get; }
Property Value
| IChatMessageCollection |
TenantId
Azure AD Tenant id for the tenant hosting the chat
Declaration
Guid TenantId { get; }
Property Value
| Guid |