Google Chat API

The Google Chat API lets you build Chat apps to integrate your services with Google Chat and manage Chat resources such as spaces, members, and messages.

Service: chat.googleapis.com

The Service name chat.googleapis.com is needed to create RPC client stubs.

google.chat.v1.ChatService

Methods
CompleteImportSpace Completes the import process for the specified space and makes it visible to users.
CreateMembership Creates a human membership or app membership for the calling app.
CreateMessage Creates a message in a Google Chat space.
CreateReaction Creates a reaction and adds it to a message.
CreateSpace Creates a named space.
DeleteMembership Deletes a membership.
DeleteMessage Deletes a message.
DeleteReaction Deletes a reaction to a message.
DeleteSpace Deletes a named space.
FindDirectMessage Returns the existing direct message with the specified user.
GetAttachment Gets the metadata of a message attachment.
GetMembership Returns details about a membership.
GetMessage Returns details about a message.
GetSpace Returns details about a space.
GetSpaceEvent Returns an event from a Google Chat space.
GetSpaceReadState Returns details about a user's read state within a space, used to identify read and unread messages.
GetThreadReadState Returns details about a user's read state within a thread, used to identify read and unread messages.
ListMemberships Lists memberships in a space.
ListMessages Lists messages in a space that the caller is a member of, including messages from blocked members and spaces.
ListReactions Lists reactions to a message.
ListSpaceEvents Lists events from a Google Chat space.
ListSpaces Lists spaces the caller is a member of.
SearchSpaces
SetUpSpace Creates a space and adds specified users to it.
UpdateMembership Updates a membership.
UpdateMessage Updates a message.
UpdateSpace Updates a space.
UpdateSpaceReadState Updates a user's read state within a space, used to identify read and unread messages.