java.lang.Object
com.slack.api.methods.request.conversations.ConversationsMarkRequest.ConversationsMarkRequestBuilder
-
Method Summary
Channel or conversation to set the read cursor for.
Authentication token bearing required scopes.
Unique identifier of message you want marked as most recently seen in this conversation.
-
Method Details
-
token
Authentication token bearing required scopes.
- Returns:
this.
-
channel
Channel or conversation to set the read cursor for.
- Returns:
this.
-
ts
Unique identifier of message you want marked as most recently seen in this conversation.
- Returns:
this.
-
-