Liking cljdoc? Tell your friends :D

happygapi.chat.spaces

Hangouts Chat API: spaces. Enables bots to fetch information and perform actions in Hangouts Chat. See: https://developers.google.com/hangouts/chatapi/reference/rest/v1/spaces

Hangouts Chat API: spaces.
Enables bots to fetch information and perform actions in Hangouts Chat.
See: https://developers.google.com/hangouts/chatapi/reference/rest/v1/spaces
raw docstring

get$clj

(get$ auth parameters)

https://developers.google.com/hangouts/chatapi/reference/rest/v1/spaces/get

Required parameters: name

Optional parameters: none

Returns a space.

https://developers.google.com/hangouts/chatapi/reference/rest/v1/spaces/get

Required parameters: name

Optional parameters: none

Returns a space.
sourceraw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/hangouts/chatapi/reference/rest/v1/spaces/list

Required parameters: none

Optional parameters: pageToken, pageSize

Lists spaces the caller is a member of.

https://developers.google.com/hangouts/chatapi/reference/rest/v1/spaces/list

Required parameters: none

Optional parameters: pageToken, pageSize

Lists spaces the caller is a member of.
sourceraw docstring

members-get$clj

(members-get$ auth parameters)

https://developers.google.com/hangouts/chatapi/reference/rest/v1/spaces/members/get

Required parameters: name

Optional parameters: none

Returns a membership.

https://developers.google.com/hangouts/chatapi/reference/rest/v1/spaces/members/get

Required parameters: name

Optional parameters: none

Returns a membership.
sourceraw docstring

members-list$clj

(members-list$ auth parameters)

https://developers.google.com/hangouts/chatapi/reference/rest/v1/spaces/members/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists human memberships in a space.

https://developers.google.com/hangouts/chatapi/reference/rest/v1/spaces/members/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists human memberships in a space.
sourceraw docstring

messages-attachments-get$clj

(messages-attachments-get$ auth parameters)

https://developers.google.com/hangouts/chatapi/reference/rest/v1/spaces/messages/attachments/get

Required parameters: name

Optional parameters: none

Gets the metadata of a message attachment. The attachment data is fetched using the media API.

https://developers.google.com/hangouts/chatapi/reference/rest/v1/spaces/messages/attachments/get

Required parameters: name

Optional parameters: none

Gets the metadata of a message attachment. The attachment data is fetched using the media API.
sourceraw docstring

messages-create$clj

(messages-create$ auth parameters body)

https://developers.google.com/hangouts/chatapi/reference/rest/v1/spaces/messages/create

Required parameters: parent

Optional parameters: threadKey

Body:

{:space {:threaded boolean, :singleUserBotDm boolean, :name string, :type string, :displayName string}, :fallbackText string, :name string, :createTime string, :previewText string, :argumentText string, :thread {:name string}, :actionResponse {:url string, :type string}, :sender {:displayName string, :name string, :domainId string, :type string, :isAnonymous boolean}, :cards [{:cardActions [CardAction], :header CardHeader, :name string, :sections [Section]}], :annotations [{:userMention UserMentionMetadata, :startIndex integer, :length integer, :slashCommand SlashCommandMetadata, :type string}], :slashCommand {:commandId string}, :attachment [{:contentType string, :contentName string, :name string, :thumbnailUri string, :driveDataRef DriveDataRef, :source string, :downloadUri string, :attachmentDataRef AttachmentDataRef}], :text string}

Creates a message.

https://developers.google.com/hangouts/chatapi/reference/rest/v1/spaces/messages/create

Required parameters: parent

Optional parameters: threadKey

Body: 

{:space {:threaded boolean,
         :singleUserBotDm boolean,
         :name string,
         :type string,
         :displayName string},
 :fallbackText string,
 :name string,
 :createTime string,
 :previewText string,
 :argumentText string,
 :thread {:name string},
 :actionResponse {:url string, :type string},
 :sender {:displayName string,
          :name string,
          :domainId string,
          :type string,
          :isAnonymous boolean},
 :cards [{:cardActions [CardAction],
          :header CardHeader,
          :name string,
          :sections [Section]}],
 :annotations [{:userMention UserMentionMetadata,
                :startIndex integer,
                :length integer,
                :slashCommand SlashCommandMetadata,
                :type string}],
 :slashCommand {:commandId string},
 :attachment [{:contentType string,
               :contentName string,
               :name string,
               :thumbnailUri string,
               :driveDataRef DriveDataRef,
               :source string,
               :downloadUri string,
               :attachmentDataRef AttachmentDataRef}],
 :text string}

Creates a message.
sourceraw docstring

messages-delete$clj

(messages-delete$ auth parameters)

https://developers.google.com/hangouts/chatapi/reference/rest/v1/spaces/messages/delete

Required parameters: name

Optional parameters: none

Deletes a message.

https://developers.google.com/hangouts/chatapi/reference/rest/v1/spaces/messages/delete

Required parameters: name

Optional parameters: none

Deletes a message.
sourceraw docstring

messages-get$clj

(messages-get$ auth parameters)

https://developers.google.com/hangouts/chatapi/reference/rest/v1/spaces/messages/get

Required parameters: name

Optional parameters: none

Returns a message.

https://developers.google.com/hangouts/chatapi/reference/rest/v1/spaces/messages/get

Required parameters: name

Optional parameters: none

Returns a message.
sourceraw docstring

messages-update$clj

(messages-update$ auth parameters body)

https://developers.google.com/hangouts/chatapi/reference/rest/v1/spaces/messages/update

Required parameters: name

Optional parameters: updateMask

Body:

{:space {:threaded boolean, :singleUserBotDm boolean, :name string, :type string, :displayName string}, :fallbackText string, :name string, :createTime string, :previewText string, :argumentText string, :thread {:name string}, :actionResponse {:url string, :type string}, :sender {:displayName string, :name string, :domainId string, :type string, :isAnonymous boolean}, :cards [{:cardActions [CardAction], :header CardHeader, :name string, :sections [Section]}], :annotations [{:userMention UserMentionMetadata, :startIndex integer, :length integer, :slashCommand SlashCommandMetadata, :type string}], :slashCommand {:commandId string}, :attachment [{:contentType string, :contentName string, :name string, :thumbnailUri string, :driveDataRef DriveDataRef, :source string, :downloadUri string, :attachmentDataRef AttachmentDataRef}], :text string}

Updates a message.

https://developers.google.com/hangouts/chatapi/reference/rest/v1/spaces/messages/update

Required parameters: name

Optional parameters: updateMask

Body: 

{:space {:threaded boolean,
         :singleUserBotDm boolean,
         :name string,
         :type string,
         :displayName string},
 :fallbackText string,
 :name string,
 :createTime string,
 :previewText string,
 :argumentText string,
 :thread {:name string},
 :actionResponse {:url string, :type string},
 :sender {:displayName string,
          :name string,
          :domainId string,
          :type string,
          :isAnonymous boolean},
 :cards [{:cardActions [CardAction],
          :header CardHeader,
          :name string,
          :sections [Section]}],
 :annotations [{:userMention UserMentionMetadata,
                :startIndex integer,
                :length integer,
                :slashCommand SlashCommandMetadata,
                :type string}],
 :slashCommand {:commandId string},
 :attachment [{:contentType string,
               :contentName string,
               :name string,
               :thumbnailUri string,
               :driveDataRef DriveDataRef,
               :source string,
               :downloadUri string,
               :attachmentDataRef AttachmentDataRef}],
 :text string}

Updates a message.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close