mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 02:03:04 +00:00
5 lines
77 B
Python
5 lines
77 B
Python
from typing import Protocol
|
|
|
|
|
|
class Downloadable(Protocol):
|
|
file_id: str
|