English 中文(简体)
• 如何让绿色花板向用户转播从APICPOST的黑色用户。 存在吗?
原标题:How to get the green dot to turn on for slack user from API POST to users.setPresence?
问题回答

我想我看一下:

A user can have one of two possible presence values, active or away. A user is active if they have at least one client connected to Slack, and they are not marked as "away". There are two ways a user can be marked as away: automatic and manual.

presence_change event behavior will change on November 15, 2017. Subscriptions will become mandatory. See below.
Automatic Away

The Slack message servers will automatically detect activity in the client. After 10 minutes with no activity, the user is automatically marked as away. There is some additional nuance to that dependent on the client, explained in detail in our Help Center.

<代码>A用户如果至少有一个与黑色连接的客户,就会活跃。

因此,转录器与旧的自动取款机绝无关系,而不是使用自动取款方式,而只是不允许。 唯一的办法是 co。 你们必须像用户那样,像头痛或草原。 或者说,在通常的浏览器中只记录,在 co上复制。





相关问题
Using Starts with to find the key of a List

I have a list of objects, one of them is appended dynamically upstream and then passed in an array list. I need to fetch out this key (it looks like this: status_block_EPOCH) but when I try to filter ...

AI Chatbot Implementation and integration with Slack

I have to build a chatbot based on my compnay data. The data is in a pdf file. I want the chatbot to be trained in such a way that it answers any query that has an answer in the document. I dont want ...

Slack-Bolt Python API not picking up messages correctly?

I am trying to use the Slack-bolt API for Python to listen to DMs to the slack bot that contain specific text. Here is my file that initiates the Slack-Bolt listener: import os from server import * ...

Listing channels that Slackbot is a member of

I have a small script which uses the slack API to create group chats with users and send an intro message. There are around ~100 of these group chats that I have created, but unfortunately I only ...

热门标签