LinkChannelEndpointResponseDto
July 8, 2026 ยท View on GitHub
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
url | String | :heavy_check_mark: | URL the subscriber opens to link their chat identity (OAuth URL or deep link) | https://t.me/MyBot?start=AbCdEfGhIjKlMnOpQrStUvWxYz012345 |
providerMetadata | Map<String, Object> | :heavy_minus_sign: | Provider-specific metadata returned alongside the link URL | { "botUsername": "MyBot", "expiresAt": "2026-06-23T12:00:00.000Z" } |