mirror of
https://github.com/avitoras/telegram-tui.git
synced 2025-07-27 19:26:10 +00:00
4 lines
126 B
Python
4 lines
126 B
Python
"""Получите свои API-ключи на https://my.telegram.org/apps"""
|
|
|
|
api_id = 12345
|
|
api_hash = "0123456789abcdef" |