Table of Contents

Interface IChatCollection

Namespace
PnP.Core.Model.Me
Assembly
PnP.Core.dll

A collection of chats

public interface IChatCollection : IQueryable<IChat>, IQueryable, IAsyncEnumerable<IChat>, IDataModelCollection<IChat>, IEnumerable<IChat>, IEnumerable, IDataModelParent, IDataModelWithContext, IRequestableCollection, IDataModelCollectionLoad<IChat>, IDataModelCollectionDeleteByGuidId, ISupportModules<IChat>
Inherited Members
Extension Methods

Methods

Add(ChatOptions)

Create a new chat between users

IChat Add(ChatOptions chatOptions)

Parameters

chatOptions ChatOptions

Returns

IChat

AddAsync(ChatOptions)

Create a new chat between users

Task<IChat> AddAsync(ChatOptions chatOptions)

Parameters

chatOptions ChatOptions

Returns

Task<IChat>