mirror of
https://github.com/alexbosworth/balanceofsatoshis.git
synced 2026-08-13 12:33:37 +02:00
14 lines
420 B
JSON
14 lines
420 B
JSON
{
|
|
"api_token_prompt": {
|
|
"message": "Enter Telegram bot API key",
|
|
"name": "key",
|
|
"type": "password"
|
|
},
|
|
"edit_message_warning": "⚠️ *Editing past messages not supported.*\n\n_Did you mean to send a new message?_",
|
|
"pay_budget_depleted": "⚠️ No budget for payments",
|
|
"user_id_prompt": {
|
|
"message": "Connection code? (Bot command: /connect)",
|
|
"name": "code",
|
|
"type": "number"
|
|
}
|
|
}
|