Google Chat API (chat:v1)

2026-08-01

2 updated methods

Updates

    Methods
  • chat.spaces.messages.list

      Parameters :

        markupSyntax

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

          Enum Descriptions :

        • Represents the unspecified value.
        • Uses Google Chat's markup syntax. See https://developers.google.com/workspace/chat/format-messages#format-texts for more information.
        • Uses Markdown syntax. This syntax is based on the [CommonMark](https://commonmark.org/help/) specification, with additional extensions. See https://developers.google.com/workspace/chat/format-messages#format-texts for more information.
        • Type : string

          Location : query

          Enum :

        • MARKUP_SYNTAX_UNSPECIFIED
        • MARKUP_SYNTAX_CHAT
        • MARKUP_SYNTAX_MARKDOWN

  • chat.spaces.messages.get

      Parameters :

        markupSyntax

          Location : query

          Enum :

        • MARKUP_SYNTAX_UNSPECIFIED
        • MARKUP_SYNTAX_CHAT
        • MARKUP_SYNTAX_MARKDOWN
        • Description : Optional. Specifies the desired output syntax for the Chat message `formatted_text` field.

          Enum Descriptions :

        • Represents the unspecified value.
        • Uses Google Chat's markup syntax. See https://developers.google.com/workspace/chat/format-messages#format-texts for more information.
        • Uses Markdown syntax. This syntax is based on the [CommonMark](https://commonmark.org/help/) specification, with additional extensions. See https://developers.google.com/workspace/chat/format-messages#format-texts for more information.
        • Type : string