VA
Size: a a a
VA
ЕП
ЕП
D
D
.
<Ч
ᅠ
AK
bot.send_message(uid, text)в результат получаю объект
<coroutine object Bot.send_message at 0x7f1168aa5d40>
. Сообщение не долетело. Почему?from aiogram.bot.api import TelegramAPIServer
local_server = TelegramAPIServer.from_base('http://localhost')
from aiogram.types import ContentType
bot = Bot(token=API_TOKEN, server=local_server)
@
T
bot.send_message(uid, text)в результат получаю объект
<coroutine object Bot.send_message at 0x7f1168aa5d40>
. Сообщение не долетело. Почему?from aiogram.bot.api import TelegramAPIServer
local_server = TelegramAPIServer.from_base('http://localhost')
from aiogram.types import ContentType
bot = Bot(token=API_TOKEN, server=local_server)
AK
async def test(text):так?
await bot.send_message(uid, text)
T
AK
<coroutine object test at 0x7f1168aa5d40>
T
🤔T
AK
AK
T
T