Current section
Files
Jump to
Current section
Files
priv/docs/methods/chat.getPermalink.json
{
"args": {
"channel": {
"desc": "The ID of the conversation or channel containing the message",
"required": true,
"type": "string"
},
"message_ts": {
"desc": "A message's `ts` value, uniquely identifying it within a channel",
"required": true,
"type": "string"
}
},
"desc": "Retrieve a permalink URL for a specific extant message",
"errors": {
"channel_not_found": "Value passed for `channel` was invalid.",
"message_not_found": "The message identified by `message_ts` could not be found."
},
"rate_limit": {
"label": "Special rate limits apply.",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {}
}