telegram-tui/tokens.py
2025-01-27 23:51:42 +03:00

5 lines
127 B
Python

"""Получите свои API-ключи на https://my.telegram.org/apps"""
api_id = 12345
api_hash = "0123456789abcdef"