Documentation Index
Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt
Use this file to discover all available pages before exploring further.
Raw Telegram auth data received from the Telegram popup via postMessage.
Uses snake_case field names matching Telegram’s response format.
Properties
| Property | Type | Description |
|---|
id | number | The Telegram user ID. |
first_name? | string | The Telegram user’s first name. |
last_name? | string | The Telegram user’s last name. |
username? | string | The Telegram user’s username. |
photo_url? | string | The Telegram user’s profile picture URL. |
auth_date | number | The Telegram user’s last login as a Unix timestamp. |
hash | string | The hash of the Telegram user data used for verifying data integrity. |