Google Apps Chat V1 Client - Class TextSyntax (0.15.0)

Reference documentation and code samples for the Google Apps Chat V1 Client class TextSyntax.

Syntax to use for formatting text.

Google Chat apps:

Protobuf type google.apps.card.v1.TextParagraph.TextSyntax

Namespace

Google \ Apps \ Card \ V1 \ TextParagraph

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TEXT_SYNTAX_UNSPECIFIED

Value: 0

The text is rendered as HTML if unspecified.

Generated from protobuf enum TEXT_SYNTAX_UNSPECIFIED = 0;

HTML

Value: 1

The text is rendered as HTML. This is the default value.

Generated from protobuf enum HTML = 1;

MARKDOWN

Value: 2

The text is rendered as Markdown.

Generated from protobuf enum MARKDOWN = 2;