mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 01:54:53 +00:00
5 lines
156 B
Python
5 lines
156 B
Python
|
|
import aiogram
|
||
|
|
|
||
|
|
# bot = aiogram.Bot('123456789:AABBCCDDEEFFaabbccddeeff-1234567890')
|
||
|
|
# TODO: mock for aiogram.bot.api.request and then test all AI methods.
|