TypingTimingOptions interface

Typing timer settings for a specific channel or the global default.

Properties

initialDelayMs

Delay in milliseconds before the first typing indicator is sent.

intervalMs

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