class UsersSpacesThreads extends Resource (View source)

The "threads" collection of methods.

Typical usage is:

 $chatService = new Google\Service\HangoutsChat(...);
 $threads = $chatService->users_spaces_threads;

Methods

getThreadReadState(string $name, array $optParams = [])

Returns details about a user's read state within a thread, used to identify read and unread messages. For an example, see Get details about a user's thread read state. Requires user authentication. (threads.getThreadReadState)

Details

ThreadReadState getThreadReadState(string $name, array $optParams = [])

Returns details about a user's read state within a thread, used to identify read and unread messages. For an example, see Get details about a user's thread read state. Requires user authentication. (threads.getThreadReadState)

Parameters

string $name

Required. Resource name of the thread read state to retrieve. Only supports getting read state for the calling user. To refer to the calling user, set one of the following: - The me alias. For example, users/me/spaces/{space}/threads/{thread}/threadReadState. - Their Workspace email address. For example, users/user@example.com/spaces/{space}/threads/{thread}/threadReadState. - Their user id. For example, users/123456789/spaces/{space}/threads/{thread}/threadReadState. Format: users/{user}/spaces/{space}/threads/{thread}/threadReadState

array $optParams

Optional parameters.

Return Value

ThreadReadState

Exceptions

Exception