Telegram.Bot.Extensions.LoginWidget
Allows you to generate embed JavaScript for the Telegram login widget and verify the hashes received
Install / Use
/learn @TelegramBots/Telegram.Bot.Extensions.LoginWidgetREADME
Telegram bots Login Widget
Makes it simple to validate login widget authorization hashes
Built according to specifications published on Telegram's website
Usage
// Parsed from the query string / from the callback object
Dictionary<string, string> fields = QueryStringFields;
LoginWidget loginWidget = new LoginWidget("your API access Token");
if (loginWidget.CheckAuthorization(fields) == Authorization.Valid)
{
// ...
}
Installation
Install as NuGet package:
Package manager:
Install-Package Telegram.Bot.Extensions.LoginWidget
Related Skills
gh-issues
345.4kFetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]
node-connect
345.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
oracle
345.4kBest practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
tmux
345.4kRemote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
Languages
Security Score
Audited on Dec 12, 2025
