Bots and Research
119 subscribers
376 photos
62 videos
60 files
759 links
Chat bots, chat games, making money, development and a bit of personal interests by @Lord_Evil

My GitHub https://github.com/Lord-Evil
Download Telegram
Forwarded from BotNews
This media is not supported in your browser
VIEW IN TELEGRAM
Bot API 10.0

Today's update reshapes how bots communicate on Telegram – unlocking cooperative multi-bot agentic flows, seamless integration in any chat, granular access controls and more.

πŸ¦€ Guest Mode and Agentic Flows
β€’ Introduced guest mode, allowing bots to easily participate in any chat without joining it.
β€’ Users can summon up to 3 guest bots per message – unlocking complex agentic flows in any chat. Guest bots receive only relevant messages and can inspect caller context or send replies.
β€’ Bots can now message each other by username if they enable bot-to-bot communication.
β€’ Account automation via Business Bots no longer requires a Premium subscription.
β€’ Business Bots can now interact with other bots on behalf of the user.

πŸ›‘ Chat Management
β€’ Admin bots can now remove individual message reactions, clear all recent reactions from a user or restrict them from issuing more.
β€’ The list of chat admins can now optionally return bot administrators.

🚢 Live Photos
β€’ Introduced support for live photos – images enhanced with short built-in motion and sound.
β€’ Bots can now detect, download and send live photos to any chat, including as paid media.

πŸ“Š Polls
β€’ Bots can now detect and attach media in both polls and individual poll options.
β€’ Polls can now be limited to existing chat members or voters from specific countries.

✈ General
β€’ Users can now set a granular access whitelist for their bot via @BotFather, while Manager Bots can set one via the API.
β€’ Bots can now fetch recent messages from the channel pinned to a user's profile.

β€’ And more, see the full changelog for details:

https://core.telegram.org/bots/api-changelog#may-8-2026
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from Pavel Durov (Pavel Durov)
πŸ›  Developing for TON just became 10x faster. The new toolchain makes smart contracts easy to create, test, and deploy.

Most importantly, fully AI-ready.

It replaces TON’s fragmented tooling stack with one developer flow. Start building!
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from Pavel Durov (Pavel Durov)
This media is not supported in your browser
VIEW IN TELEGRAM
🧠 AI devs asked for this β€” and we delivered.

πŸ€– Bots can now talk to other bots on Telegram.

πŸ’¬ Autonomous agents now have a communication layer humans can follow.

πŸ›  Start building!
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”₯1
Forwarded from Pavel Durov (Pavel Durov)
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ€– Your Telegram inbox can now run itself.

Assign a bot to read and reply for you β€” with granular control over its rights and chat access. 🧠

βš™οΈ Start building!
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from Pavel Durov (Pavel Durov)
🎭 WhatsApp encryption is a giant fraud.

πŸ‡ΊπŸ‡Έ The state of Texas just sued WhatsApp for lying to users about privacy β€” because WhatsApp employees have access to β€œvirtually all” private messages.

Now we know what WhatsApp’s founder meant when he said he β€œsold his users’ privacy.”

Stay safe β€” stay Telegram! πŸ“±
Please open Telegram to view this post
VIEW IN TELEGRAM
Media is too big
VIEW IN TELEGRAM
Tutorial - How to make a video sticker with alpha channel

Reversing command:
ffmpeg -c:v libvpx-vp9 -i "orig.webm" -vf "format=yuva420p,reverse" -c:v libvpx-vp9 -pix_fmt yuva420p -auto-alt-ref 0 -crf 30 -b:v 0 -an -y "reverse.webm"
Forwarded from Evil Satanson
$GOLD pre-market is live! Swap your shitty tokens for $USDT now or buy some :)

https://gold.nosex.dev/
One-Character Linux Kernel Flaw Enables Local Root Access, Exploits Now Public https://share.google/cvil8i9wv50JogdDm
1
Forwarded from BotNews
This media is not supported in your browser
VIEW IN TELEGRAM
Bot API 10.1

πŸ“ Markup Revolution

This update introduces native text styling tools to enable richly formatted messages in any chat. Bots can now deliver highly structured content like business reports or media slideshows, while AI agents can seamlessly stream complex replies in real time.

Supported formats include:

β€’ Multi-level headings, paragraphs and dividers.
β€’ Lists and task lists – with support for custom numerals and ordering.
β€’ Deeply nested inline formatting, including all common styles plus spoiler, code, subscript, superscript and more.
β€’ Tables with alignment, captions, borders, striped styling and customizable cells.
β€’ Media blocks for photos, videos and audio files, with captions and credits.
β€’ Block and pull quotes, collapsible details blocks, anchors and in-document links.
β€’ Full LaTeX support – including both inline and multi-line expressions.
β€’ Maps with custom coordinates.
β€’ Polished media collages, smooth slideshows.
β€’ And more! Check out the list here or play around with our interactive demo.

πŸ›‘ Guard Bots
β€’ Bots can now process join request queries as guard bots and approve, decline or queue them – or simply open a Mini App to show the user a captcha before deciding.

πŸ“Š Polls
β€’ Poll option media now supports external links to any website.

β€’ And more, see the full changelog for details:
https://core.telegram.org/bots/api-changelog#june-11-2026
Please open Telegram to view this post
VIEW IN TELEGRAM
nginx.sublime-package
54.4 KB
Sublime Text 4 - Nginx Syntax Highlight

I've reused the old repo, updated the code to work with Sublime Text 4 and improved it (thanks to Claude Code)
β€”
I'll create fork and push for PR later. But for now you can download it and save it to install: copy it into Sublime Text's Installed Packages folder (Preferences β–Έ Browse Packages…, then go up one level to Installed Packages), and restart ST4.
11
Forwarded from BotNews
Bot API 10.2

πŸ‘» Ephemeral Messages
β€’ Bots can now send ephemeral group messages that are visible only to a specific user – ideal for welcome messages, whispers, summaries and more.
β€’ Out of the box, ephemeral messages support most media types.
β€’ Bot commands can now be marked as ephemeral, letting users discretely reach out to bots in groups.
β€’ Bots can easily reply to ephemeral messages or delete them before they expire.

πŸ“ Rich Messages
β€’ Bots can now build outgoing rich messages directly from structured entity blocks, as an alternative to Markdown or HTML.
β€’ Rich messages using Markdown or HTML can now explicitly attach embedded media like photos, videos, animations and more.

πŸ’¬ Communities
β€’ Introduced initial support for Communities β€” several groups, channels, and bots linked together around a shared topic or audience.
β€’ Bots can already check which Community a chat belongs to and detect relevant service messages.

β€’ And more, see the full changelog for details:

https://core.telegram.org/bots/api-changelog#july-14-2026

⚠ Warning: Starting July 20, 2026, Mini App methods will be restricted to the respective Mini App domain. Developers can opt out through the @BotFather Mini App. Read more here.
Please open Telegram to view this post
VIEW IN TELEGRAM
2
Fucken hell! This scared a shit outa me!
β€”
The sound it made was terrifying! lol
Australian kids fight the bans 😁
1