Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
2 of 7 tasks
imrcht opened this issue Feb 9, 2024 · 2 comments
Closed
2 of 7 tasks
Labels
pkg:rtm-api applies to `@slack/rtm-api` question M-T: User needs support to use the project

Comments

@imrcht
Copy link

imrcht commented Feb 9, 2024

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
@zimeg zimeg added question M-T: User needs support to use the project pkg:rtm-api applies to `@slack/rtm-api` and removed untriaged labels Feb 10, 2024
@zimeg
Copy link
Member

zimeg commented Feb 10, 2024

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!

@imrcht
Copy link
Author

imrcht commented Feb 14, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg:rtm-api applies to `@slack/rtm-api` question M-T: User needs support to use the project
Projects
None yet
Development

No branches or pull requests

2 participants