Skip to content

Instantly share code, notes, and snippets.

View homus32's full-sized avatar
🤖
Bip bop

Елисей homus32

🤖
Bip bop
View GitHub Profile
@homus32
homus32 / main.py
Created September 9, 2020 12:52
костыль для aiogram. нужен для получения вложений сообщения
from aiogram import Bot, Dispatcher, executor, types
from aiogram.types.message import ContentTypes
import asyncio
class FormulateAttachment:
users = {}
def __init__(self, user_id):