mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
5 lines
77 B
Python
5 lines
77 B
Python
from typing import Protocol
|
|
|
|
|
|
class Downloadable(Protocol):
|
|
file_id: str
|