3 Repos
Logic for handling and approving requests from users attempting to join a private group or channel.
Distinct from Request Processing: None of the candidates relate to messaging platform join requests; they focus on general HTTP request processing or database joins.
Explore 3 awesome GitHub repositories matching networking & communication · Join Request Processing. Refine with filters or upvote what's useful.
This project is a library for Telegram bot development, enabling the creation of automated agents that respond to user commands and messages using the Telegram Bot API. It facilitates Telegram content automation by programmatically sending rich media, managing sticker sets, and publishing profile stories. The project supports real-time event handling through both webhook and long-polling mechanisms. It also provides a specialized interface for Telegram payment integration to process digital transactions, create invoices, and handle refunds. Broad capability areas include automated chat manag
Processes requests to join a chat and supports redirecting users to external web applications.
Pyrogram ist ein asynchrones Python-Framework für die Interaktion mit der Telegram-MTProto-API. Es dient sowohl als Bot-Framework als auch als User-Client-Bibliothek und bietet eine konkrete Implementierung des MTProto-Protokolls für die sichere Kommunikation mit Telegram-Servern. Die Bibliothek zeichnet sich durch eine High-Level-Wrapper-Schicht aus, die komplexe Protokollmethoden in Python-Funktionen abstrahiert, während sie gleichzeitig die Ausführung von Raw-API-Funktionen und Low-Level-Peer-Auflösung ermöglicht. Sie unterstützt Multi-Client-Concurrency, was die Verwaltung mehrerer Benutzer- oder Bot-Identitäten innerhalb eines einzigen Prozesses ermöglicht. Das Fähigkeitsspektrum umfasst umfassendes Account- und Session-Management, einschließlich Zwei-Faktor-Authentifizierung und Registrierung. Es bietet umfangreiche Tools für das Chat-Management in Gruppen und Kanälen, automatisierte Bot-Logik für Inline-Queries und Befehle sowie eine breite Palette an Messaging-Funktionen für die Handhabung von Text, Umfragen und großen Mediendateien durch Chunk-basiertes Streaming. Das Framework enthält zudem Utilities für Kontaktmanagement, globale und lokale Suchindizierung sowie ereignisgesteuerte Automatisierung mittels filterbasierter Dispatching.
Allows administrators to reject individual user requests to join a private group or channel.
MadelineProto is an asynchronous PHP library that provides a programmatic interface for interacting with the Telegram API using the MTProto protocol, the same protocol used by official Telegram clients. It functions as both a Telegram bot SDK and a userbot automation library, enabling PHP applications to connect to Telegram as either a bot account or a regular user account, sending and receiving messages, media, and other data directly without relying on the Bot API intermediary. The library is built on an event-driven architecture with Amp v3 fiber-based concurrency, allowing for non-blockin
Indicates when a user requests to join or has joined a discussion group.