mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 12:27:48 +00:00
625 B
625 B
NotificationTestTelegramConnectionRequest
Example Usage
import { NotificationTestTelegramConnectionRequest } from "dokploy/models/operations";
let value: NotificationTestTelegramConnectionRequest = {
botToken: "<value>",
chatId: "<id>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
botToken |
string | ✔️ | N/A |
chatId |
string | ✔️ | N/A |