bW
Size: a a a
bW
ZR
ZR
ZR
ZR
from aiogram.contrib.fsm_storage.files import JSONStorage
# Configure Memory Storage
memory_storage = JSONStorage("файл куда будет сохранятся фсм")
# Initialize bot and dispatcher
bot = Bot(token=API_TOKEN)
dp = Dispatcher(bot, storage=memory_storage)
bW
bW
from aiogram.contrib.fsm_storage.files import JSONStorage
# Configure Memory Storage
memory_storage = JSONStorage("файл куда будет сохранятся фсм")
# Initialize bot and dispatcher
bot = Bot(token=API_TOKEN)
dp = Dispatcher(bot, storage=memory_storage)
ZR
ZR
ZR
bW
ПВ
ПВ
ПВ
ПВ
ПВ
ПВ