AR
Size: a a a
AR
AR
F
F
F
AR
AR
F
AR
AR
ПЯ
state = await self.dispatcher.storage.get_state(chat=chat, user=user)
TypeError: get_state() missing 1 required positional argument: 'self'
Чет
я не понимаю, где ошибка?AR
AR
state = await self.dispatcher.storage.get_state(chat=chat, user=user)
TypeError: get_state() missing 1 required positional argument: 'self'
Чет
я не понимаю, где ошибка?ПЯ
ПЯ
from aiogram.contrib.fsm_storage.memory import MemoryStorage
from config import TOKEN
bot = Bot(token=TOKEN)
dp = Dispatcher(bot,storage=MemoryStorage)
Т
from aiogram.contrib.fsm_storage.memory import MemoryStorage
from config import TOKEN
bot = Bot(token=TOKEN)
dp = Dispatcher(bot,storage=MemoryStorage)
AR
from aiogram.contrib.fsm_storage.memory import MemoryStorage
from config import TOKEN
bot = Bot(token=TOKEN)
dp = Dispatcher(bot,storage=MemoryStorage)
ПЯ
ПЯ
ИС