Class: Google::Apps::Chat::V1::ThreadReadState
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::ThreadReadState
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/thread_read_state.rb
Overview
A user's read state within a thread, used to identify read and unread messages.
Instance Attribute Summary collapse
-
#last_read_time ⇒ ::Google::Protobuf::Timestamp
The time when the user's thread read state was updated.
-
#name ⇒ ::String
Resource name of the thread read state.
Instance Attribute Details
#last_read_time ⇒ ::Google::Protobuf::Timestamp
Returns 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.
35 36 37 38 |
# File 'proto_docs/google/chat/v1/thread_read_state.rb', line 35 class ThreadReadState include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Resource name of the thread read state.
Format: users/{user}/spaces/{space}/threads/{thread}/threadReadState
.
35 36 37 38 |
# File 'proto_docs/google/chat/v1/thread_read_state.rb', line 35 class ThreadReadState include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |