Something went wrong while fetching comments. Please try again.
Google Chat: Support inline replies
Compare changes
Files
5- robbie-demuth authored
Support spaces with inline replies by setting the messageReplyOption query parameter to REPLY_MESSAGE_FALLBACK_TO_NEW_THREAD, indicating that messages should be created as replies to the specified threads. The default value, MESSAGE_REPLY_OPTION_UNSPECIFIED, always starts a new thread This commit also specifies the thread key in the request body instead of via the deprecated threadKey query parameter https://developers.google.com/chat/api/reference/rest/v1/spaces.messages/create#messagereplyoption https://developers.google.com/chat/api/guides/v1/messages/create#create-message-thread Fixes #438452 Changelog: fixed
@@ -2,6 +2,11 @@
@@ -22,7 +27,7 @@ def self.title
@@ -34,8 +39,8 @@ def self.help
@@ -49,10 +54,10 @@ def self.supported_events