telegram-tui/tokens.py

4 lines
126 B
Python

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