telegram-tui/tokens.py
2025-01-29 01:07:33 +03:00

5 lines
127 B
Python

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