Reference documentation and code samples for the Google Apps Chat V1 Client class TextSyntax.
Syntax to use for formatting text.
Protobuf type google.apps.card.v1.TextParagraph.TextSyntax
Namespace
Google \ Apps \ Card \ V1 \ TextParagraphMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TEXT_SYNTAX_UNSPECIFIED
Value: 0The text is rendered as HTML if unspecified.
Generated from protobuf enum TEXT_SYNTAX_UNSPECIFIED = 0;
HTML
Value: 1The text is rendered as HTML. This is the default value.
Generated from protobuf enum HTML = 1;
MARKDOWN
Value: 2The text is rendered as Markdown.
Generated from protobuf enum MARKDOWN = 2;