Files
mautrix-telegram/mautrix_telegram/types.py
T
2021-12-21 01:36:24 +02:00

4 lines
68 B
Python

from typing import NewType
TelegramID = NewType("TelegramID", int)