Telegram da botun Token ve chatıd nasıl öğrenilir
const botToken = '6650988638:AAFDP4iaSGU8S-8swBZ65nYbm_BCj_CsjCk';
const chatId = '5644743912';
$.ajax({
url: `
type: "POST",
data: {
chat_id: chatId,
text: message,
},
botToken ve chatId nasıl öğrenilir söylebilir misiniz ?
const botToken = '6650988638:AAFDP4iaSGU8S-8swBZ65nYbm_BCj_CsjCk';
const chatId = '5644743912';
$.ajax({
url: `
Ziyaretçiler için gizlenmiş link , görmek için
Giriş yap veya üye ol.
{botToken}/sendMessage`,type: "POST",
data: {
chat_id: chatId,
text: message,
},
botToken ve chatId nasıl öğrenilir söylebilir misiniz ?