This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from aiogram import Bot, Dispatcher, executor, types | |
from aiogram.types.message import ContentTypes | |
import asyncio | |
class FormulateAttachment: | |
users = {} | |
def __init__(self, user_id): |