UsersSpaces
class UsersSpaces extends Resource (View source)
The "spaces" collection of methods.
Typical usage is:
$chatService = new Google\Service\HangoutsChat(...);
$spaces = $chatService->users_spaces;
Methods
Returns details about a user's read state within a space, used to identify read and unread messages. For an example, see Get details about a user's space read state. Requires user authentication. (spaces.getSpaceReadState)
Updates a user's read state within a space, used to identify read and unread messages. For an example, see Update a user's space read state.
Details
SpaceReadState
getSpaceReadState(string $name, array $optParams = [])
Returns details about a user's read state within a space, used to identify read and unread messages. For an example, see Get details about a user's space read state. Requires user authentication. (spaces.getSpaceReadState)
SpaceReadState
updateSpaceReadState(string $name, SpaceReadState $postBody, array $optParams = [])
Updates a user's read state within a space, used to identify read and unread messages. For an example, see Update a user's space read state.
Requires user authentication. (spaces.updateSpaceReadState)