Skip to content

Instantly share code, notes, and snippets.

@xiaolanchuan
xiaolanchuan / telegram_login_widget.class.php
Created March 27, 2021 14:06 — forked from FabianPastor/telegram_login_widget.class.php
Telegram Login Widget class derived from official samples
<?php
/*
Derived work from https://gist.github.com/anonymous/6516521b1fb3b464534fbc30ea3573c2
More info at: https://core.telegram.org/widgets/login
*/
class TelegramUserData{
public $auth_data = false; //The data itself
private $outdated = 86400; //Secconds to consider some info outdated.
private $bottoken = "YOUTBOTTOKEN";