We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a11bbeb commit 4eccddbCopy full SHA for 4eccddb
google/chat/v1/annotation.proto
@@ -152,6 +152,11 @@ message RichLinkMetadata {
152
// A Chat space rich link type. For example, a space smart chip.
153
CHAT_SPACE = 2;
154
155
+ // A Gmail message rich link type. Specifically, a Gmail chip from [Share to
156
+ // Chat](https://support.google.com/chat?p=chat_gmail). The API only
157
+ // supports reading messages with GMAIL_MESSAGE rich links.
158
+ GMAIL_MESSAGE = 3;
159
+
160
// A Meet message rich link type. For example, a Meet chip.
161
MEET_SPACE = 4;
162
0 commit comments