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

28 lines
1.3 KiB
Markdown

# NotificationUpdateTelegramRequest
## Example Usage
```typescript
import { NotificationUpdateTelegramRequest } from "dokploy/models/operations";
let value: NotificationUpdateTelegramRequest = {
notificationId: "<id>",
telegramId: "<id>",
};
```
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `appBuildError` | *boolean* | :heavy_minus_sign: | N/A |
| `databaseBackup` | *boolean* | :heavy_minus_sign: | N/A |
| `dokployRestart` | *boolean* | :heavy_minus_sign: | N/A |
| `name` | *string* | :heavy_minus_sign: | N/A |
| `appDeploy` | *boolean* | :heavy_minus_sign: | N/A |
| `dockerCleanup` | *boolean* | :heavy_minus_sign: | N/A |
| `botToken` | *string* | :heavy_minus_sign: | N/A |
| `chatId` | *string* | :heavy_minus_sign: | N/A |
| `notificationId` | *string* | :heavy_check_mark: | N/A |
| `telegramId` | *string* | :heavy_check_mark: | N/A |
| `adminId` | *string* | :heavy_minus_sign: | N/A |