Interface IChat
Defines a chat
public interface IChat : IDataModel<IChat>, IDataModelParent, IDataModelWithContext, ISupportModules<IChat>, IDataModelGet<IChat>, IDataModelLoad<IChat>, IDataModelUpdate, IQueryableDataModel
- Inherited Members
- Extension Methods
Properties
ChatType
Type of the chat
string ChatType { get; }
Property Value
CreatedDateTime
Created time of the chat
DateTime CreatedDateTime { get; }
Property Value
Id
The unique Id of the chat conversation
string Id { get; }
Property Value
LastUpdatedDateTime
Last time the chat has been updated
DateTime LastUpdatedDateTime { get; }
Property Value
Members
Members in this Team Chat
Implements IQueryable<T>.
See Requesting model collections
and IQueryable performance considerations to learn more.
IAadUserConversationMemberCollection Members { get; }
Property Value
Messages
Messages in this Team Chat
Implements IQueryable<T>.
See Requesting model collections
and IQueryable performance considerations to learn more.
IChatMessageCollection Messages { get; }
Property Value
TenantId
Azure AD Tenant id for the tenant hosting the chat
Guid TenantId { get; }
Property Value
Topic
Topic of the chat
string Topic { get; }
Property Value
WebUrl
Teams Web url for the chat
string WebUrl { get; }