suvo_/ImglyBotPublic ยท Bot Template

AIThis bot searches images through a Pinterest-related HTTP API and delivers results in private chats, inline mode, and guest business queries, with a search-more inline button and copy URL action. It tracks referrals from /start links, records referrer counts and lists, and displays referral benefits. The bot also handles business sticker messages by matching emoji and replying with a random sticker from the same set, asks users for feedback after feature usage, and includes an admin-only broadcast system plus a token-based clone-bot request flow.

Utilityimage-searchpinterestinline-modereferralbroadcastclone-bot
ProfileTelegram
27 commands3 envUpdated 2d agoCreated Jul 2, 2026
Back to folder

commands/๐™ต๐šŽ๐šŽ๐š๐š‹๐šŠ๐šŒ๐š”.js

javascript ยท 23 lines

Raw
1/**#command2name: ๐™ต๐šŽ๐šŽ๐š๐š‹๐šŠ๐šŒ๐š”3answer: 4keyboard: 5parse_mode: markdown6aliases: 7allow_only_group: false8need_reply: false9is_web: 010#command**/11 12let adminId = Bot.getProperty("ADMIN_ID", 7002527755);13 14Bot.runCommand("/delete_msg " + Bot.getProperty("sfbmi_" + (request.chat.id || chat.id)))15 16Api.sendMessage({17 text: "๐šƒ๐šข๐š™๐šŽ ๐šข๐š˜๐šž๐š› ๐š๐šŽ๐šŽ๐š๐š‹๐šŠ๐šŒ๐š” ๐š‘๐šŽ๐š›๐šŽ...",18 on_result: "/sfbmi"19})20 21Bot.setProperty("fdm_" + request.chat.id, true, "boolean");22 23Bot.runCommand("/delete_msg")