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
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:
10
credentials.example
Normal file
10
credentials.example
Normal 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
|
||||
Reference in New Issue
Block a user