Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 514 Bytes

File metadata and controls

20 lines (14 loc) · 514 Bytes

Zernio::InitiateTelegramConnectRequest

Properties

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

Example

require 'zernio-sdk'

instance = Zernio::InitiateTelegramConnectRequest.new(
  chat_id: null,
  profile_id: null
)