Interface
RestOptions
Properties
| Name | Type | Description |
|---|---|---|
| api | string | |
| authPrefix | 'Bot' | 'Bearer' | |
| locale | string | BCP 47 tag sent as Accept-Language. Defaults to en-US. |
| retries | number | Configured retry count for safe methods and retry policies. |
| retryPolicy? | RetryPolicy | Per-request override; required to opt mutations into automatic retries. |
| timeout | number | |
| userAgent | string | |
| version | string |