Packages

This is a Slack API client for Elixir applications.

Current section

Files

Jump to
xlack priv slack docs im.mark.json
Raw

priv/slack/docs/im.mark.json

{
"desc": "Sets the read cursor in a direct message channel.",
"args": {
"channel": {
"type" : "im",
"required" : true,
"desc" : "Direct message channel to set reading cursor in."
},
"ts": {
"type" : "timestamp",
"required" : true,
"desc" : "Timestamp of the most recently seen message."
}
},
"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."
}
}