You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/chat_v1.dms.conversations.html
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -104,10 +104,10 @@ <h3>Method Details</h3>
104
104
{ # Annotations associated with the plain-text body of the message. Example plain-text message body: ``` Hello @FooBot how are you!" ``` The corresponding annotations metadata: ``` "annotations":[{ "type":"USER_MENTION", "startIndex":6, "length":7, "userMention": { "user": { "name":"users/107946847022116401880", "displayName":"FooBot", "avatarUrl":"https://goo.gl/aeDtrS", "type":"BOT" }, "type":"MENTION" } }] ```
105
105
"length": 42, # Length of the substring in the plain-text message body this annotation corresponds to.
106
106
"slashCommand": { # Annotation metadata for slash commands (/). # The metadata for a slash command.
107
-
"bot": { # A user in Hangouts Chat. # The bot whose command was invoked.
107
+
"bot": { # A user in Google Chat. # The bot whose command was invoked.
108
108
"displayName": "A String", # The user's display name.
"isAnonymous": True or False, # True when the user is deleted or the user's proifle is not visible.
126
+
"isAnonymous": True or False, # True when the user is deleted or the user's profile is not visible.
127
127
"name": "A String", # Resource name, in the format "users/*".
128
128
"type": "A String", # User type.
129
129
},
@@ -309,16 +309,16 @@ <h3>Method Details</h3>
309
309
],
310
310
"createTime": "A String", # Output only. The time at which the message was created in Hangouts Chat server.
311
311
"fallbackText": "A String", # A plain-text description of the message's cards, used when the actual cards cannot be displayed (e.g. mobile notifications).
312
-
"name": "A String", # Resource name, in the form "spaces/*/messages/*". Example: spaces/AAAAMpdlehY/messages/UMxbHmzDlr4.UMxbHmzDlr4
312
+
"name": "A String",
313
313
"previewText": "A String", # 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
-
"sender": { # A user in Hangouts Chat. # The user who created the message.
314
+
"sender": { # A user in Google Chat. # The user who created the message.
315
315
"displayName": "A String", # The user's display name.
"isAnonymous": True or False, # True when the user is deleted or the user's proifle is not visible.
317
+
"isAnonymous": True or False, # True when the user is deleted or the user's profile is not visible.
318
318
"name": "A String", # Resource name, in the format "users/*".
319
319
"type": "A String", # User type.
320
320
},
321
-
"slashCommand": { # A Slash Command in Hangouts Chat. # Slash command information, if applicable.
321
+
"slashCommand": { # A Slash Command in Chat. # Slash command information, if applicable.
322
322
"commandId": "A String", # The id of the slash command invoked.
323
323
},
324
324
"space": { # A room or DM in Hangouts Chat. # The space the message belongs to.
@@ -352,10 +352,10 @@ <h3>Method Details</h3>
352
352
{ # Annotations associated with the plain-text body of the message. Example plain-text message body: ``` Hello @FooBot how are you!" ``` The corresponding annotations metadata: ``` "annotations":[{ "type":"USER_MENTION", "startIndex":6, "length":7, "userMention": { "user": { "name":"users/107946847022116401880", "displayName":"FooBot", "avatarUrl":"https://goo.gl/aeDtrS", "type":"BOT" }, "type":"MENTION" } }] ```
353
353
"length": 42, # Length of the substring in the plain-text message body this annotation corresponds to.
354
354
"slashCommand": { # Annotation metadata for slash commands (/). # The metadata for a slash command.
355
-
"bot": { # A user in Hangouts Chat. # The bot whose command was invoked.
355
+
"bot": { # A user in Google Chat. # The bot whose command was invoked.
356
356
"displayName": "A String", # The user's display name.
"isAnonymous": True or False, # True when the user is deleted or the user's proifle is not visible.
374
+
"isAnonymous": True or False, # True when the user is deleted or the user's profile is not visible.
375
375
"name": "A String", # Resource name, in the format "users/*".
376
376
"type": "A String", # User type.
377
377
},
@@ -557,16 +557,16 @@ <h3>Method Details</h3>
557
557
],
558
558
"createTime": "A String", # Output only. The time at which the message was created in Hangouts Chat server.
559
559
"fallbackText": "A String", # A plain-text description of the message's cards, used when the actual cards cannot be displayed (e.g. mobile notifications).
560
-
"name": "A String", # Resource name, in the form "spaces/*/messages/*". Example: spaces/AAAAMpdlehY/messages/UMxbHmzDlr4.UMxbHmzDlr4
560
+
"name": "A String",
561
561
"previewText": "A String", # 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
-
"sender": { # A user in Hangouts Chat. # The user who created the message.
562
+
"sender": { # A user in Google Chat. # The user who created the message.
563
563
"displayName": "A String", # The user's display name.
0 commit comments