Show / Hide Table of Contents

Enum SpacesResource.MessagesResource.GetRequest.MarkupSyntaxEnum

Optional. Specifies the desired output syntax for the Chat message formatted_text field.

Namespace: Google.Apis.HangoutsChat.v1
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public enum SpacesResource.MessagesResource.GetRequest.MarkupSyntaxEnum

Fields

Name Description
MARKUPSYNTAXCHAT

Uses Google Chat's markup syntax. See https://developers.google.com/workspace/chat/format-messages#format-texts for more information.

MARKUPSYNTAXMARKDOWN

Uses Markdown syntax. This syntax is based on the CommonMark specification, with additional extensions. See https://developers.google.com/workspace/chat/format-messages#format-texts for more information.

MARKUPSYNTAXUNSPECIFIED

Represents the unspecified value.

In this article
Back to top Generated by DocFX