Reference documentation and code samples for the Google Apps Chat V1 Client class ThreadReadState.
A user's read state within a thread, used to identify read and unread messages.
Generated from protobuf message google.chat.v1.ThreadReadState
Namespace
Google \ Apps \ Chat \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Resource name of the thread read state. Format: |
↳ last_read_time |
Google\Protobuf\Timestamp
The time when the user's thread read state was updated. Usually this corresponds with the timestamp of the last read message in a thread. |
getName
Resource name of the thread read state.
Format: users/{user}/spaces/{space}/threads/{thread}/threadReadState
Returns | |
---|---|
Type | Description |
string |
setName
Resource name of the thread read state.
Format: users/{user}/spaces/{space}/threads/{thread}/threadReadState
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getLastReadTime
The time when the user's thread read state was updated. Usually this corresponds with the timestamp of the last read message in a thread.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasLastReadTime
clearLastReadTime
setLastReadTime
The time when the user's thread read state was updated. Usually this corresponds with the timestamp of the last read message in a thread.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |