| Name | Type | Description | Notes |
|---|---|---|---|
| chat_id | String | The Telegram chat ID. Numeric ID (e.g. "-1001234567890") or username with @ prefix (e.g. "@mychannel"). | |
| profile_id | String | The profile ID to connect the account to |
require 'zernio-sdk'
instance = Zernio::InitiateTelegramConnectRequest.new(
chat_id: null,
profile_id: null
)