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