Files
Dokploy-ts-sdk/docs/models/operations/notificationtesttelegramconnectionrequest.md
2025-09-26 02:33:10 +00:00

19 lines
625 B
Markdown

# NotificationTestTelegramConnectionRequest
## Example Usage
```typescript
import { NotificationTestTelegramConnectionRequest } from "dokploy/models/operations";
let value: NotificationTestTelegramConnectionRequest = {
botToken: "<value>",
chatId: "<id>",
};
```
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `botToken` | *string* | :heavy_check_mark: | N/A |
| `chatId` | *string* | :heavy_check_mark: | N/A |