Class ChatMessageMentionOptions
Chat message mention options
public class ChatMessageMentionOptions
- Inheritance
-
ChatMessageMentionOptions
- Inherited Members
Properties
Id
Index of an entity being mentioned in the specified chatMessage.
public int Id { get; set; }
Property Value
MentionText
String used to represent the mention. For example, a user's display name, a team name.
public string MentionText { get; set; }
Property Value
Mentioned
The entity (user, application, team, or channel) that was mentioned. If it was a channel or team that was @mentioned, the identitySet contains a conversation property giving the ID of the team/channel, and a conversationIdentityType property that represents either the team or channel.
public ITeamChatMessageMentionedIdentitySet Mentioned { get; set; }