Packages

A Slack Web & Real Time Messaging API client.

Retired package: Renamed - 1.0.0-alpha.0

Current section

Files

Jump to
slack_kit lib slack web docs im.mark.json
Raw

lib/slack/web/docs/im.mark.json

{
"args": {
"channel": {
"desc": "Direct message channel to set reading cursor in.",
"required": true,
"type": "im"
},
"ts": {
"desc": "Timestamp of the most recently seen message.",
"required": true,
"type": "timestamp"
}
},
"desc": "Sets the read cursor in a direct message channel.",
"errors": {
"channel_not_found": "Value passed for `channel` was invalid.",
"invalid_timestamp": "Value passed for `timestamp` was invalid.",
"not_in_channel": "Caller is not a member of the channel."
}
}