Client Registration in Bot

Sent when a new client registers through your bot in a messenger and when a client reconnects to the bot. The payload includes phone, bot_name, and service fields.

json
{
  "event": "client.registered",
  "event_version": 1,
  "event_id": "c3d4e5f6-a7b8-9012-cdef-123456789012",
  "timestamp": "2025-01-15T10:30:05Z",
  "data": {
    "phone": "12345678901",
    "bot_name": "my_telegram_bot",
    "service": "telegram"
  }
}