Search Results for

    Show / Hide Table of Contents

    Interface IChat

    Defines a chat

    Inherited Members
    IDataModel<IChat>.Requested
    IDataModel<IChat>.HasValue(String)
    IDataModel<IChat>.HasChanged(String)
    IDataModel<IChat>.IsPropertyAvailable(Expression<Func<IChat, Object>>)
    IDataModel<IChat>.ArePropertiesAvailable(Expression<Func<IChat, Object>>[])
    IDataModel<IChat>.EnsureProperties(Expression<Func<IChat, Object>>[])
    IDataModel<IChat>.EnsurePropertiesAsync(Expression<Func<IChat, Object>>[])
    IDataModel<IChat>.ExecuteRequestAsync(ApiRequest)
    IDataModel<IChat>.ExecuteRequest(ApiRequest)
    IDataModel<IChat>.ExecuteRequestBatchAsync(ApiRequest)
    IDataModel<IChat>.ExecuteRequestBatch(ApiRequest)
    IDataModel<IChat>.ExecuteRequestBatchAsync(Batch, ApiRequest)
    IDataModel<IChat>.ExecuteRequestBatch(Batch, ApiRequest)
    IDataModelParent.Parent
    IDataModelWithContext.PnPContext
    IDataModelGet<IChat>.GetBatchAsync(Batch, Expression<Func<IChat, Object>>[])
    IDataModelGet<IChat>.GetAsync(Expression<Func<IChat, Object>>[])
    IDataModelLoad<IChat>.LoadBatchAsync(Batch, Expression<Func<IChat, Object>>[])
    IDataModelLoad<IChat>.LoadAsync(Expression<Func<IChat, Object>>[])
    IDataModelUpdate.UpdateBatchAsync()
    IDataModelUpdate.UpdateBatchAsync(Batch)
    IDataModelUpdate.UpdateAsync()
    IDataModelUpdate.UpdateBatch()
    IDataModelUpdate.UpdateBatch(Batch)
    IDataModelUpdate.Update()
    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

    Type of the chat

    Declaration
    string ChatType { get; }
    Property Value
    System.String

    CreatedDateTime

    Created time of the chat

    Declaration
    DateTime CreatedDateTime { get; }
    Property Value
    DateTime

    Id

    The unique Id of the chat conversation

    Declaration
    string Id { get; }
    Property Value
    System.String

    LastUpdatedDateTime

    Last time the chat has been updated

    Declaration
    DateTime LastUpdatedDateTime { get; }
    Property Value
    DateTime

    Members

    Members in this Team Chat Implements .
    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 .
    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

    Topic

    Topic of the chat

    Declaration
    string Topic { get; }
    Property Value
    System.String

    WebUrl

    Teams Web url for the chat

    Declaration
    string WebUrl { get; }
    Property Value
    System.String

    Extension Methods

    DataModelGetExtensions.GetBatchAsync<TModel>(IDataModelGet<TModel>, Expression<Func<TModel, Object>>[])
    DataModelGetExtensions.GetBatchAsync<TModel>(IDataModelGet<TModel>, Batch, Expression<Func<TModel, Object>>[])
    DataModelGetExtensions.GetBatch<TModel>(IDataModelGet<TModel>, Batch, Expression<Func<TModel, Object>>[])
    DataModelGetExtensions.GetBatch<TModel>(IDataModelGet<TModel>, Expression<Func<TModel, Object>>[])
    DataModelGetExtensions.Get<TModel>(IDataModelGet<TModel>, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.LoadBatchAsync<TModel>(IDataModelLoad<TModel>, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.LoadBatchAsync<TModel>(IDataModelLoad<TModel>, Batch, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.LoadBatch<TModel>(IDataModelLoad<TModel>, Batch, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.LoadBatch<TModel>(IDataModelLoad<TModel>, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.Load<TModel>(IDataModelLoad<TModel>, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.QueryProperties<TModel>(IDataModelLoad<TModel>, Expression<Func<TModel, Object>>[])
    RequestModuleExtensions.WithHeaders<TModel>(ISupportModules<TModel>, Dictionary<String, String>, Action<Dictionary<String, String>>)
    RequestModuleExtensions.WithResponseHeaders<TModel>(ISupportModules<TModel>, Action<Dictionary<String, String>>)
    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer