Home
last modified time | relevance | path

Searched refs:bot_hash (Results 1 – 3 of 3) sorted by relevance

/dports/net-mgmt/observium/observium/includes/alerting/
H A Dtelegram.inc.php16 $url = 'https://api.telegram.org/bot' . $endpoint['bot_hash'] . '/sendMessage';
/dports/net-im/telegram-cli/tg-20200106/
H A Dloop.c79 extern char *bot_hash;
240 if (type == tgl_bot_hash && bot_hash) { in do_get_values()
242 one_string_results[0] = bot_hash; in do_get_values()
H A Dmain.c564 char *bot_hash; variable
690 bot_hash = optarg; in args_parse()