Skip to content
This repository was archived by the owner on Jul 29, 2026. It is now read-only.

Latest commit

 

History

History
91 lines (49 loc) · 1.99 KB

File metadata and controls

91 lines (49 loc) · 1.99 KB

@telegram-auth/react / TelegramAuthData

Interface: TelegramAuthData

The data received from Telegram when the user is authenticated.

See

https://core.telegram.org/widgets/login#receiving-authorization-data

Table of contents

Properties

Properties

id

id: number

Defined in

types.ts:7


first_name

first_name: string

Defined in

types.ts:8


auth_date

auth_date: number

Defined in

types.ts:9


hash

hash: string

Defined in

types.ts:10


last_name

Optional last_name: string

Defined in

types.ts:11


photo_url

Optional photo_url: string

Defined in

types.ts:12


username

Optional username: string

Defined in

types.ts:13