Class UsersResource.SpacesResource.ThreadsResource
The "threads" collection of methods.
Inherited Members
Namespace: Google.Apis.HangoutsChat.v1
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class UsersResource.SpacesResource.ThreadsResource
Constructors
ThreadsResource(IClientService)
Constructs a new resource.
Declaration
public ThreadsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
GetThreadReadState(string)
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.
Declaration
public virtual UsersResource.SpacesResource.ThreadsResource.GetThreadReadStateRequest GetThreadReadState(string name)
Parameters
Type | Name | Description |
---|---|---|
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 |
Returns
Type | Description |
---|---|
UsersResource.SpacesResource.ThreadsResource.GetThreadReadStateRequest |