TypingTimingOptions interface
Typing timer settings for a specific channel or the global default.
Properties
| initial |
Delay in milliseconds before the first typing indicator is sent. |
| interval |
Delay in milliseconds between subsequent typing indicators. |
Property Details
initialDelayMs
Delay in milliseconds before the first typing indicator is sent.
initialDelayMs?: number
Property Value
number
intervalMs
Delay in milliseconds between subsequent typing indicators.
intervalMs?: number
Property Value
number