Search Results for

    Show / Hide Table of Contents

    Class ChatMessageMentionOptions

    Chat message mention options

    Inheritance
    object
    ChatMessageMentionOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: PnP.Core.Model.Teams
    Assembly: PnP.Core.dll
    Syntax
    public class ChatMessageMentionOptions

    Properties

    Id

    Index of an entity being mentioned in the specified chatMessage.

    Declaration
    public int Id { get; set; }
    Property Value
    int

    MentionText

    String used to represent the mention. For example, a user's display name, a team name.

    Declaration
    public string MentionText { get; set; }
    Property Value
    string

    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.

    Declaration
    public ITeamChatMessageMentionedIdentitySet Mentioned { get; set; }
    Property Value
    ITeamChatMessageMentionedIdentitySet

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer