Вы находитесь на странице: 1из 1

:put "tg: Load config"

# to use config insert next lines:


#:local fconfig [:parse [/system script get tg_config source]]
#:local config [$fconfig]
#:put $config

######################################
# Common parameters
######################################

:local config {

"botAPI"="(Your Bot API)";


"defaultChatID"="(Your Bot ChatID)";
"trusted"="(Trusted ChatID will you communicate with Bot)"; ---> example your
private group chatid
"storage"="";
"timeout"=1;
}

return $config

Вам также может понравиться