(original) (raw)

Google Chat API

Instance Methods

[customEmojis()](chat%5Fv1.customEmojis.html)

Returns the customEmojis Resource.

[media()](chat%5Fv1.media.html)

Returns the media Resource.

[spaces()](chat%5Fv1.spaces.html)

Returns the spaces Resource.

[users()](chat%5Fv1.users.html)

Returns the users Resource.

[close()](#close)

Close httplib2 connections.

[new_batch_http_request()](#new%5Fbatch%5Fhttp%5Frequest)

Create a BatchHttpRequest object based on the discovery document.

Method Details

close()

Close httplib2 connections.

new_batch_http_request()

Create a BatchHttpRequest object based on the discovery document.

            Args:
              callback: callable, A callback to be called for each response, of the
                form callback(id, response, exception). The first parameter is the
                request id, and the second is the deserialized response object. The
                third is an apiclient.errors.HttpError exception object if an HTTP
                error occurred while processing the request, or None if no error
                occurred.

            Returns:
              A BatchHttpRequest object based on the discovery document.