Packages

A Slack Web & Real Time Messaging API client.

Current section

Files

Jump to
slack_kit priv docs methods assistant.threads.setTitle.json
Raw

priv/docs/methods/assistant.threads.setTitle.json

{
"args": {
"channel_id": {
"desc": "Channel ID containing the assistant thread.",
"required": true
},
"thread_ts": {
"desc": "Message timestamp of the thread to set suggested prompts for.",
"required": true,
"type": "string"
},
"title": {
"desc": "The title to use for the thread.",
"required": true,
"type": "string"
}
},
"desc": "Set the title for the given assistant thread",
"errors": {
"channel_not_found": "Error returned when given an invalid channel\\_id",
"invalid_thread_ts": "Thread not found"
},
"rate_limit": {
"label": "Tier 4: 100+ per minute",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {
"bot": [
{
"name": "assistant:write",
"url": "https://docs.slack.dev/reference/scopes/assistant.write"
}
]
}
}