【发布时间】:2019-05-06 02:08:38
【问题描述】:
我正在尝试在“用户”频道上使用 chat.delete,就像您使用 chat.postMessage 一样,但是我不断收到 channel_not_found 错误。
slack.api_call(
"chat.delete",
channel=userID, # Exact same value as used with chat.postMessage
ts=ts
)
这是他们 API 的限制吗?有没有办法做到这一点?
【问题讨论】: