Files
mautrix-telegram/mautrix_telegram/types.py
T
2019-07-18 23:24:25 +03:00

4 lines
74 B
Python

from typing import Dict, NewType
TelegramID = NewType('TelegramID', int)