slackapi / node-slack-sdk

Slack Developer Kit for Node.js

Home Page:https://slack.dev/node-slack-sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to get typing event or indicator when a user in slack starts typing in a message

imrcht opened this issue · comments

I want to get a webhook or event when a user in slack starts typing, is it possible to get a typing event

Packages:

Select all that apply:

  • @slack/web-api
  • @slack/rtm-api
  • @slack/webhooks
  • @slack/oauth
  • @slack/socket-mode
  • @slack/types
  • I don't know

Hey @imrcht 👋 There's a user_typing event that's available to Classic Slack apps through the Legacy RTM (Real Time Messaging) API and the @slack/rtm-api package. By default, modern Slack apps created today can't connect to this API and we usually recommend using the Events API instead.

Going to close this for now, but please feel free to write in with any other questions!

Thanks for the response but I can' see any event related to typing

Screenshot 2024-02-14 at 2 08 22 PM Screenshot 2024-02-14 at 2 08 34 PM