An error occurred while fetching the assigned milestone of the selected merge_request.
Google Chat: Support inline replies
Compare changes
There are no changes yet
No changes between version 3 and version 2
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 (closed)
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
![]() |
![]() |
Numbered steps to set up and validate the change are strongly suggested.
No changes between version 3 and version 2