Enum SpacesResource.MessagesResource.CreateRequest.MessageReplyOptionEnum
Optional. Specifies whether a message starts a thread or replies to one. Only supported in named spaces. When responding to user interactions, this field is ignored. For interactions within a thread, the reply is created in the same thread. Otherwise, the reply is created as a new thread.
Namespace: Google.Apis.HangoutsChat.v1
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public enum SpacesResource.MessagesResource.CreateRequest.MessageReplyOptionEnum
Fields
Name | Description |
---|---|
MESSAGEREPLYOPTIONUNSPECIFIED | Default. Starts a new thread. Using this option ignores any thread ID or |
REPLYMESSAGEFALLBACKTONEWTHREAD | Creates the message as a reply to the thread specified by thread ID or |
REPLYMESSAGEORFAIL | Creates the message as a reply to the thread specified by thread ID or |