aiogram/aiogram/types/downloadable.py
Alex Root Junior 5780d1840e Bump version
2021-06-19 02:42:56 +03:00

5 lines
77 B
Python

from typing import Protocol
class Downloadable(Protocol):
file_id: str