mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 12:27:48 +00:00
1.2 KiB
1.2 KiB
NotificationCreateTelegramRequest
Example Usage
import { NotificationCreateTelegramRequest } from "dokploy/models/operations";
let value: NotificationCreateTelegramRequest = {
appBuildError: true,
databaseBackup: false,
dokployRestart: true,
name: "<value>",
appDeploy: true,
dockerCleanup: false,
botToken: "<value>",
chatId: "<id>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
appBuildError |
boolean | ✔️ | N/A |
databaseBackup |
boolean | ✔️ | N/A |
dokployRestart |
boolean | ✔️ | N/A |
name |
string | ✔️ | N/A |
appDeploy |
boolean | ✔️ | N/A |
dockerCleanup |
boolean | ✔️ | N/A |
botToken |
string | ✔️ | N/A |
chatId |
string | ✔️ | N/A |