Version 5.0.0 — Stats, TransferData, OpenRouter AI
Major Improvements
⏱️ Extended Command Runtime
📊 New Statistics Functions
Account.getStats
# Get user statistics for all bots in your account
stats = Account.getStats()
# Get user statistics for specific time frames
stats = Account.getStats(time_frames=["24h", "7d", "30d"])
# Get user statistics for specific bots
stats = Account.getStats(bot_ids=["bot123456", "bot654321"])
# Combine both parameters
stats = Account.getStats(time_frames=["24h", "7d"], bot_ids=["bot123456"])Bot.getStats
🔄 Data Transfer Functionality
🤖 OpenRouter AI Integration
Stability Improvements
Upgrading
Feedback
PreviousVersion 7.1.2 — Security Library, Webhook Headers & IPNextVersion 4.9.0 — TON, time.sleep(), Extended Timeouts
Last updated