Skip to content

Commit a741dac

Browse files
chore(chat): update the api
1 parent 4da17f7 commit a741dac

File tree

8 files changed

+161
-163
lines changed

8 files changed

+161
-163
lines changed

docs/dyn/chat_v1.dms.conversations.html

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@ <h3>Method Details</h3>
104104
{ # Annotations associated with the plain-text body of the message. Example plain-text message body: ``` Hello @FooBot how are you!&quot; ``` The corresponding annotations metadata: ``` &quot;annotations&quot;:[{ &quot;type&quot;:&quot;USER_MENTION&quot;, &quot;startIndex&quot;:6, &quot;length&quot;:7, &quot;userMention&quot;: { &quot;user&quot;: { &quot;name&quot;:&quot;users/107946847022116401880&quot;, &quot;displayName&quot;:&quot;FooBot&quot;, &quot;avatarUrl&quot;:&quot;https://goo.gl/aeDtrS&quot;, &quot;type&quot;:&quot;BOT&quot; }, &quot;type&quot;:&quot;MENTION&quot; } }] ```
105105
&quot;length&quot;: 42, # Length of the substring in the plain-text message body this annotation corresponds to.
106106
&quot;slashCommand&quot;: { # Annotation metadata for slash commands (/). # The metadata for a slash command.
107-
&quot;bot&quot;: { # A user in Hangouts Chat. # The bot whose command was invoked.
107+
&quot;bot&quot;: { # A user in Google Chat. # The bot whose command was invoked.
108108
&quot;displayName&quot;: &quot;A String&quot;, # The user&#x27;s display name.
109109
&quot;domainId&quot;: &quot;A String&quot;, # Obfuscated domain information.
110-
&quot;isAnonymous&quot;: True or False, # True when the user is deleted or the user&#x27;s proifle is not visible.
110+
&quot;isAnonymous&quot;: True or False, # True when the user is deleted or the user&#x27;s profile is not visible.
111111
&quot;name&quot;: &quot;A String&quot;, # Resource name, in the format &quot;users/*&quot;.
112112
&quot;type&quot;: &quot;A String&quot;, # User type.
113113
},
@@ -120,10 +120,10 @@ <h3>Method Details</h3>
120120
&quot;type&quot;: &quot;A String&quot;, # The type of this annotation.
121121
&quot;userMention&quot;: { # Annotation metadata for user mentions (@). # The metadata of user mention.
122122
&quot;type&quot;: &quot;A String&quot;, # The type of user mention.
123-
&quot;user&quot;: { # A user in Hangouts Chat. # The user mentioned.
123+
&quot;user&quot;: { # A user in Google Chat. # The user mentioned.
124124
&quot;displayName&quot;: &quot;A String&quot;, # The user&#x27;s display name.
125125
&quot;domainId&quot;: &quot;A String&quot;, # Obfuscated domain information.
126-
&quot;isAnonymous&quot;: True or False, # True when the user is deleted or the user&#x27;s proifle is not visible.
126+
&quot;isAnonymous&quot;: True or False, # True when the user is deleted or the user&#x27;s profile is not visible.
127127
&quot;name&quot;: &quot;A String&quot;, # Resource name, in the format &quot;users/*&quot;.
128128
&quot;type&quot;: &quot;A String&quot;, # User type.
129129
},
@@ -309,16 +309,16 @@ <h3>Method Details</h3>
309309
],
310310
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was created in Hangouts Chat server.
311311
&quot;fallbackText&quot;: &quot;A String&quot;, # A plain-text description of the message&#x27;s cards, used when the actual cards cannot be displayed (e.g. mobile notifications).
312-
&quot;name&quot;: &quot;A String&quot;, # Resource name, in the form &quot;spaces/*/messages/*&quot;. Example: spaces/AAAAMpdlehY/messages/UMxbHmzDlr4.UMxbHmzDlr4
312+
&quot;name&quot;: &quot;A String&quot;,
313313
&quot;previewText&quot;: &quot;A String&quot;, # Text for generating preview chips. This text will not be displayed to the user, but any links to images, web pages, videos, etc. included here will generate preview chips.
314-
&quot;sender&quot;: { # A user in Hangouts Chat. # The user who created the message.
314+
&quot;sender&quot;: { # A user in Google Chat. # The user who created the message.
315315
&quot;displayName&quot;: &quot;A String&quot;, # The user&#x27;s display name.
316316
&quot;domainId&quot;: &quot;A String&quot;, # Obfuscated domain information.
317-
&quot;isAnonymous&quot;: True or False, # True when the user is deleted or the user&#x27;s proifle is not visible.
317+
&quot;isAnonymous&quot;: True or False, # True when the user is deleted or the user&#x27;s profile is not visible.
318318
&quot;name&quot;: &quot;A String&quot;, # Resource name, in the format &quot;users/*&quot;.
319319
&quot;type&quot;: &quot;A String&quot;, # User type.
320320
},
321-
&quot;slashCommand&quot;: { # A Slash Command in Hangouts Chat. # Slash command information, if applicable.
321+
&quot;slashCommand&quot;: { # A Slash Command in Chat. # Slash command information, if applicable.
322322
&quot;commandId&quot;: &quot;A String&quot;, # The id of the slash command invoked.
323323
},
324324
&quot;space&quot;: { # A room or DM in Hangouts Chat. # The space the message belongs to.
@@ -352,10 +352,10 @@ <h3>Method Details</h3>
352352
{ # Annotations associated with the plain-text body of the message. Example plain-text message body: ``` Hello @FooBot how are you!&quot; ``` The corresponding annotations metadata: ``` &quot;annotations&quot;:[{ &quot;type&quot;:&quot;USER_MENTION&quot;, &quot;startIndex&quot;:6, &quot;length&quot;:7, &quot;userMention&quot;: { &quot;user&quot;: { &quot;name&quot;:&quot;users/107946847022116401880&quot;, &quot;displayName&quot;:&quot;FooBot&quot;, &quot;avatarUrl&quot;:&quot;https://goo.gl/aeDtrS&quot;, &quot;type&quot;:&quot;BOT&quot; }, &quot;type&quot;:&quot;MENTION&quot; } }] ```
353353
&quot;length&quot;: 42, # Length of the substring in the plain-text message body this annotation corresponds to.
354354
&quot;slashCommand&quot;: { # Annotation metadata for slash commands (/). # The metadata for a slash command.
355-
&quot;bot&quot;: { # A user in Hangouts Chat. # The bot whose command was invoked.
355+
&quot;bot&quot;: { # A user in Google Chat. # The bot whose command was invoked.
356356
&quot;displayName&quot;: &quot;A String&quot;, # The user&#x27;s display name.
357357
&quot;domainId&quot;: &quot;A String&quot;, # Obfuscated domain information.
358-
&quot;isAnonymous&quot;: True or False, # True when the user is deleted or the user&#x27;s proifle is not visible.
358+
&quot;isAnonymous&quot;: True or False, # True when the user is deleted or the user&#x27;s profile is not visible.
359359
&quot;name&quot;: &quot;A String&quot;, # Resource name, in the format &quot;users/*&quot;.
360360
&quot;type&quot;: &quot;A String&quot;, # User type.
361361
},
@@ -368,10 +368,10 @@ <h3>Method Details</h3>
368368
&quot;type&quot;: &quot;A String&quot;, # The type of this annotation.
369369
&quot;userMention&quot;: { # Annotation metadata for user mentions (@). # The metadata of user mention.
370370
&quot;type&quot;: &quot;A String&quot;, # The type of user mention.
371-
&quot;user&quot;: { # A user in Hangouts Chat. # The user mentioned.
371+
&quot;user&quot;: { # A user in Google Chat. # The user mentioned.
372372
&quot;displayName&quot;: &quot;A String&quot;, # The user&#x27;s display name.
373373
&quot;domainId&quot;: &quot;A String&quot;, # Obfuscated domain information.
374-
&quot;isAnonymous&quot;: True or False, # True when the user is deleted or the user&#x27;s proifle is not visible.
374+
&quot;isAnonymous&quot;: True or False, # True when the user is deleted or the user&#x27;s profile is not visible.
375375
&quot;name&quot;: &quot;A String&quot;, # Resource name, in the format &quot;users/*&quot;.
376376
&quot;type&quot;: &quot;A String&quot;, # User type.
377377
},
@@ -557,16 +557,16 @@ <h3>Method Details</h3>
557557
],
558558
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was created in Hangouts Chat server.
559559
&quot;fallbackText&quot;: &quot;A String&quot;, # A plain-text description of the message&#x27;s cards, used when the actual cards cannot be displayed (e.g. mobile notifications).
560-
&quot;name&quot;: &quot;A String&quot;, # Resource name, in the form &quot;spaces/*/messages/*&quot;. Example: spaces/AAAAMpdlehY/messages/UMxbHmzDlr4.UMxbHmzDlr4
560+
&quot;name&quot;: &quot;A String&quot;,
561561
&quot;previewText&quot;: &quot;A String&quot;, # Text for generating preview chips. This text will not be displayed to the user, but any links to images, web pages, videos, etc. included here will generate preview chips.
562-
&quot;sender&quot;: { # A user in Hangouts Chat. # The user who created the message.
562+
&quot;sender&quot;: { # A user in Google Chat. # The user who created the message.
563563
&quot;displayName&quot;: &quot;A String&quot;, # The user&#x27;s display name.
564564
&quot;domainId&quot;: &quot;A String&quot;, # Obfuscated domain information.
565-
&quot;isAnonymous&quot;: True or False, # True when the user is deleted or the user&#x27;s proifle is not visible.
565+
&quot;isAnonymous&quot;: True or False, # True when the user is deleted or the user&#x27;s profile is not visible.
566566
&quot;name&quot;: &quot;A String&quot;, # Resource name, in the format &quot;users/*&quot;.
567567
&quot;type&quot;: &quot;A String&quot;, # User type.
568568
},
569-
&quot;slashCommand&quot;: { # A Slash Command in Hangouts Chat. # Slash command information, if applicable.
569+
&quot;slashCommand&quot;: { # A Slash Command in Chat. # Slash command information, if applicable.
570570
&quot;commandId&quot;: &quot;A String&quot;, # The id of the slash command invoked.
571571
},
572572
&quot;space&quot;: { # A room or DM in Hangouts Chat. # The space the message belongs to.

0 commit comments

Comments
 (0)