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
27 commands3 envUpdated 2d agoCreated Jul 2, 2026
commands/_handle_chat_member.js
javascript · 18 lines
1/**#command2name: /handle_chat_member3answer: 4keyboard: 5parse_mode: markdown6aliases: 7allow_only_group: false8need_reply: false9is_web: 010#command**/11 12/*13Api.sendMessage({14chat_id: 7002527755,15 text: `<pre>${JSON.stringify(request, null, 2)}</pre>`,16 parse_mode: "HTML"17});18*/