Module: Google::Apps::Chat::V1::AnnotationType
- Defined in:
- proto_docs/google/chat/v1/annotation.rb
Overview
Type of the annotation.
Constant Summary collapse
- ANNOTATION_TYPE_UNSPECIFIED =
Default value for the enum. Don't use.
0- USER_MENTION =
A user is mentioned.
1- SLASH_COMMAND =
A slash command is invoked.
2- RICH_LINK =
A rich link annotation.
3- CUSTOM_EMOJI =
A custom emoji annotation.
4