Interface IChatCollection
A collection of chats
Inherited Members
Namespace: PnP.Core.Model.Me
Assembly: PnP.Core.dll
Syntax
public interface IChatCollection : IQueryable<IChat>, IQueryable, IAsyncEnumerable<IChat>, IDataModelCollection<IChat>, IEnumerable<IChat>, IEnumerable, IDataModelParent, IDataModelWithContext, IRequestableCollection, IDataModelCollectionLoad<IChat>, IDataModelCollectionDeleteByGuidId, ISupportModules<IChat>
Methods
Add(ChatOptions)
Create a new chat between users
Declaration
IChat Add(ChatOptions chatOptions)
Parameters
| ChatOptions chatOptions |
Returns
| IChat |
AddAsync(ChatOptions)
Create a new chat between users
Declaration
Task<IChat> AddAsync(ChatOptions chatOptions)
Parameters
| ChatOptions chatOptions |
Returns
| Task<IChat> |