You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you prefix await, I wonder if the returned promise will actually wait for the specified time or if the timeout only affects the lifetime of the "typing..." state in the background.
To me this seemed to be the case, but during debugging I started to question it. I'm willing to amend the documentation based on the reply.
The text was updated successfully, but these errors were encountered:
When using
startTyping
you can hand in a timeout:When you prefix
await
, I wonder if the returned promise will actually wait for the specified time or if the timeout only affects the lifetime of the "typing..." state in the background.To me this seemed to be the case, but during debugging I started to question it. I'm willing to amend the documentation based on the reply.
The text was updated successfully, but these errors were encountered: