fixes
Some checks are pending
CI / Check (pull_request) Waiting to run
CI / Format (pull_request) Waiting to run
CI / Clippy (pull_request) Waiting to run
CI / Build (macos-latest) (pull_request) Waiting to run
CI / Build (ubuntu-latest) (pull_request) Waiting to run
CI / Build (windows-latest) (pull_request) Waiting to run

This commit is contained in:
Mikhail Kilin
2026-01-28 01:29:03 +03:00
parent f291191577
commit 051c4a0265
29 changed files with 2189 additions and 45 deletions

10
credentials.example Normal file
View File

@@ -0,0 +1,10 @@
# Telegram API Credentials
#
# Получите эти данные на https://my.telegram.org/apps
# Создайте приложение и скопируйте api_id и api_hash
#
# Этот файл должен быть размещён в ~/.config/tele-tui/credentials
# Альтернативно можно использовать .env файл в директории проекта
API_ID=your_api_id_here
API_HASH=your_api_hash_here