Interface ITeamChatMessageMentionedIdentitySet
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
Conversation
If present, represents a conversation (for example, team or channel) @mentioned in a message.
ITeamConversationIdentity Conversation { get; set; }
Property Value
Tag
If present, represents a tag @mentioned in a team message.
ITeamTagIdentity Tag { get; set; }
Property Value
User
If present, represents a user @mentioned in a message.
IIdentity User { get; set; }