slack-api
slack-api copied to clipboard
get presence status of users
Hello! I use Slack Api and every changes in user profile and messages converted to json and stored in aws s3.After that from that json I get necessary for me informaion.Now I need user active/away status so how can I get it from slack? presence_change event does not work because ``Compatibility:RTM```.Any other suggestions?