Assigned
Status Update
Comments
bl...@google.com <bl...@google.com> #2
The R8 build does include these files in our jar and they are not used/needed. I'll amend our build to avoid including them and merge it to the release branches.
jp...@google.com <jp...@google.com>
o....@promodo.com <o....@promodo.com> #3
Project: r8
Branch: master
commit 80533c96c4561ab997f18ce65dd2c0c6a37a33b5
Author: Ian Zerny <zerny@google.com>
Date: Thu Jan 24 10:32:09 2019
Don't include kotlin module files in distribution.
Bug: 123310328
Change-Id: Ie70d4b15f08ffc0e7b754c558079002bd6a84334
M build.gradle
https://r8-review.googlesource.com/33381
Branch: master
commit 80533c96c4561ab997f18ce65dd2c0c6a37a33b5
Author: Ian Zerny <zerny@google.com>
Date: Thu Jan 24 10:32:09 2019
Don't include kotlin module files in distribution.
Bug: 123310328
Change-Id: Ie70d4b15f08ffc0e7b754c558079002bd6a84334
M build.gradle
Description
Hi, I would to implement the "Quote in Reply" (https://workspaceupdates.googleblog.com/2023/05/quote-previous-message-google-chat.html ) functionality through the chat API. I have looked at the documentation for creating a message though API(https://developers.google.com/chat/api/reference/rest/v1/spaces.messages/create ) but could not find anything related to this.
I have checked the thead.thread_key option which creates a new thread but i do not wish to create/reply to a thread.
I have checked the response of a message which user has created using "Quote in Reply" from the browser and the response contains quotedMessageMetadata (https://developers.google.com/chat/api/reference/rest/v1/spaces.messages#quotedmessagemetadata ) and its described as output only in the API docs. However when we are creating a new message through the API there is no option to mention the same (checked in API documentation).
Could you please let me know,