-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Sam Sepi0l edited this page Jul 10, 2026
·
10 revisions
GoyGram is an asynchronous Python library for Telegram bots and MTProto userbots. One application object exposes a shared event model, composable filters, dynamic Bot API calls, and raw MTProto calls.
Current documented release: 0.7.15. The package requires Python 3.11 or newer.
-
Bot API — pass
bot_token; use Telegram Bot API methods and receive bot updates by long polling. -
MTProto — pass
api_idandapi_hash; authenticate a Telegram user account and receive MTProto updates. -
Both — configure both transports only when needed. Prefix a chat ID with
bot:ormt:to select a transport for helpers that accept a chat ID.
- Installation
- Quick-Start-Bot-API
- Quick-Start-MTProto-Userbot
- Configuration-and-Transports
- Handlers-and-Updates
- Filters