UNPKG

passport-telegram-web-app

Version:

A [Passport](https://www.passportjs.org/) strategy for [telegram web app (bots)](https://core.telegram.org/bots/webapps) authentication.

11 lines (10 loc) 211 B
export interface WebAppUserInterface { id: number; is_bot?: boolean; first_name: string; last_name?: string; username: string; language_code?: string; is_premium?: boolean; photo_url?: string; }