Telegram API Console is a powerful Telethon-based tool that uses your Telegram API ID and API Hash to give you full control over your account.
With this tool you can:
- Send text messages, files, or forward content to multiple users and groups at once
- Create and leave multiple groups in bulk
- Scrape member information from any group you're in
- Invite multiple users to a group and promote them to admin in one go
- Find and view user IDs from your conversations, contacts, and groups
- Instantly delete multiple messages you've sent
(What you saw is only part of the menu)
# Telethon Async Operator (Sanitized Preview)
from telethon import TelegramClient, errors, functions, types
from telethon.tl.types import UserStatusOnline, UserStatusOffline, UserStatusRecently, UserStatusLastWeek, UserStatusLastMonth
nest_asyncio.apply()
console = Console()
class TeleConsole:
def __init__(self):
self.client = None
self.api_id = None
self.api_hash = None
self.phone = None
self.is_running = False
self.full_users_data = []
self.full_groups_data = []
Perfect for anyone who regularly messages many customers or needs to send reminders to large numbers of people — all with just a few clicks.