Enum AnnotationType
Type of the annotation.
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public enum AnnotationType
Fields
| Name | Description |
|---|---|
| CustomEmoji | A custom emoji annotation. |
| RichLink | A rich link annotation. |
| SlashCommand | A slash command is invoked. |
| Unspecified | Default value for the enum. Don't use. |
| UserMention | A user is mentioned. |