type property
The type of this annotation. Possible string values are:
- "ANNOTATION_TYPE_UNSPECIFIED" : Default value for the enum. Don't use.
- "USER_MENTION" : A user is mentioned.
- "SLASH_COMMAND" : A slash command is invoked.
- "RICH_LINK" : A rich link annotation.
Implementation
core.String? type;