Packages

A Slack Web & Real Time Messaging API client.

Current section

Files

Jump to
slack_kit priv docs methods groups.mark.json
Raw

priv/docs/methods/groups.mark.json

{
"args": {
"channel": {
"desc": "Private channel to set reading cursor in.",
"required": true,
"type": "group"
},
"ts": {
"desc": "Timestamp of the most recently seen message.",
"required": true,
"type": "timestamp"
}
},
"desc": "Sets the read cursor in a private channel.",
"errors": {
"channel_not_found": "Value passed for `channel` was invalid.",
"invalid_timestamp": "Value passed for `timestamp` was invalid."
}
}