Table of Contents

Interface ITeamChatMessageMentionedIdentitySet

Namespace
PnP.Core.Model.Teams
Assembly
PnP.Core.dll

Represents the resource (user, application, or conversation) @mentioned in a message in a chat or a channel.

public interface ITeamChatMessageMentionedIdentitySet : IDataModel<ITeamChatMessageMentionedIdentitySet>, IDataModelParent, IDataModelWithContext, ISupportModules<ITeamChatMessageMentionedIdentitySet>
Inherited Members
Extension Methods

Properties

Application

If present, represents an application (for example, bot) @mentioned in a message.

IIdentity Application { get; set; }

Property Value

IIdentity

Conversation

If present, represents a conversation (for example, team or channel) @mentioned in a message.

ITeamConversationIdentity Conversation { get; set; }

Property Value

ITeamConversationIdentity

Tag

If present, represents a tag @mentioned in a team message.

ITeamTagIdentity Tag { get; set; }

Property Value

ITeamTagIdentity

User

If present, represents a user @mentioned in a message.

IIdentity User { get; set; }

Property Value

IIdentity