13 lines
566 B
JSON
13 lines
566 B
JSON
{
|
|
"clientId": "Bot ID",
|
|
"clientIdDescription": "Telegram Bot ID, you can get it from @BotFather",
|
|
"clientSecret": "Bot Token",
|
|
"clientSecretDescription": "Telegram Bot Token, you can get it from @BotFather",
|
|
"enable": "Enable",
|
|
"enableDescription": "After enabling, mobile phone registration, login, binding, and unbinding functions will be enabled",
|
|
"redirectUri": "Redirect URL",
|
|
"redirectUriDescription": "The URL that Telegram will redirect to after successful authentication",
|
|
"saveFailed": "Save failed",
|
|
"saveSuccess": "Save successful"
|
|
}
|