---
title: "POST /api/support/public/telegram/tickets/{externalRequestId}/messages"
method: POST
path: "/api/support/public/telegram/tickets/{externalRequestId}/messages"
tags: ["ApiSupportTelegram"]
---

# POST /api/support/public/telegram/tickets/{externalRequestId}/messages

`POST /api/support/public/telegram/tickets/{externalRequestId}/messages`

## Path parameters

- `externalRequestId` string, required

## Request body

- TelegramTicketMessageCreateDto
  - `text` string, nullable
  - `attachments` TelegramAttachmentDto[], nullable
    - `telegramFileId` string, nullable
    - `telegramFileUniqueId` string, nullable

## Response `200`

Success

- TelegramTicketResponseDto
  - `ticketId` string, uuid
  - `requestId` string, nullable
  - `number` integer
  - `telegramUserId` integer
  - `externalRequestId` string, nullable
  - `created` boolean
  - `isVip` boolean

---

[API](https://skmtc.dev/binibit/apis/webapp.md) · [All operations](https://skmtc.dev/binibit/apis/webapp/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/binibit/webapp/revisions/975d0a2e9e7d/schema)
