Interface ITeamChatMessageMentionedIdentitySet
Represents the resource (user, application, or conversation) @mentioned in a message in a chat or a channel.
Inherited Members
Namespace: PnP.Core.Model.Teams
Assembly: PnP.Core.dll
Syntax
public interface ITeamChatMessageMentionedIdentitySet : IDataModel<ITeamChatMessageMentionedIdentitySet>, IDataModelParent, IDataModelWithContext, ISupportModules<ITeamChatMessageMentionedIdentitySet>
Properties
Application
If present, represents an application (for example, bot) @mentioned in a message.
Declaration
IIdentity Application { get; set; }
Property Value
Conversation
If present, represents a conversation (for example, team or channel) @mentioned in a message.
Declaration
ITeamConversationIdentity Conversation { get; set; }
Property Value
Tag
If present, represents a tag @mentioned in a team message.
Declaration
ITeamTagIdentity Tag { get; set; }
Property Value
User
If present, represents a user @mentioned in a message.
Declaration
IIdentity User { get; set; }