TypingOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options for controlling the typing indicator behavior.
public class TypingOptions
type TypingOptions = class
Public Class TypingOptions
- Inheritance
-
TypingOptions
Constructors
| Name | Description |
|---|---|
| TypingOptions() | |
Properties
| Name | Description |
|---|---|
| ChannelStrategies |
Channel-specific timing overrides. Keys are channel IDs (case-insensitive). |
| InitialDelayMs |
Delay in milliseconds before the first typing activity is sent. Defaults to 500ms. |
| IntervalMs |
Interval in milliseconds between subsequent typing activities. Defaults to 2000ms. |