Mention Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class Mention : Microsoft.Teams.Cards.SerializableObject
type Mention = class
inherit SerializableObject
Public Class Mention
Inherits SerializableObject
- Inheritance
Constructors
| Name | Description |
|---|---|
| Mention() | |
Properties
| Name | Description |
|---|---|
| Key | |
| Mentioned | |
| Text | |
| Type | |
Methods
| Name | Description |
|---|---|
| Deserialize(String) | |
| Serialize() | |
| WithKey(String) | |
| WithMentioned(MentionedEntity) | |
| WithText(String) | |