🚀 NEW: AI Help Command 🤖
Tired of searching for commands? Just ASK!
Use
•
•
•
Get instant answers with examples! ⚡️
Try it now:
Tired of searching for commands? Just ASK!
Use
/help + your question:•
/help How to download Instagram videos?•
/help How to translate a image ?•
/help What downloaders are available?Get instant answers with examples! ⚡️
Try it now:
/help what can this bot do?❤3
Smart Dev
🎵 @TelecastRobot Music Bot — Now Live! Turn your Telegram voice chats into a powerful music hub 🎶 ✨ Highlights • High-quality YouTube music (Audio & Video) • Inline mode — find and play songs easily • Auto voice chat title update • 🏆 Daily & Weekly Top-5…
New Update 🎧
Music player is now faster, and the old issue where songs were not playing fully has been fixed.
New Feature:
When someone requests a song and leaves the voice chat, the bot will mention them once their song starts playing.
YouTube Music Support Added:
The bot now supports YouTube Music URLs, so songs can be requested directly using YouTube Music links.
Admin Control:
This mention feature is optional — admins can turn it off anytime from the bot settings.
Music player is now faster, and the old issue where songs were not playing fully has been fixed.
New Feature:
When someone requests a song and leaves the voice chat, the bot will mention them once their song starts playing.
YouTube Music Support Added:
The bot now supports YouTube Music URLs, so songs can be requested directly using YouTube Music links.
Admin Control:
This mention feature is optional — admins can turn it off anytime from the bot settings.
How to Use Colored Inline Buttons with Custom Emoji in kurigram [ pyrogram fork version ]
Requirements:
kurigram v2.2.19+ (Latest version):
Requirements:
kurigram v2.2.19+ (Latest version):
pip3 install --upgrade kurigram
❤1
Smart Dev
How to Use Colored Inline Buttons with Custom Emoji in kurigram [ pyrogram fork version ] Requirements: kurigram v2.2.19+ (Latest version): pip3 install --upgrade kurigram
from pyrogram import Client, filters
from pyrogram.types import InlineKeyboardMarkup, InlineKeyboardButton, CallbackQuery
from pyrogram.enums import ButtonStyle
API_ID = 'YOUR_API_ID'
API_HASH = 'YOUR_API_HASH'
BOT_TOKEN = 'YOUR_BOT_TOKEN'
app = Client("my_bot", api_id=API_ID, api_hash=API_HASH, bot_token=BOT_TOKEN)
@app.on_message(filters.command("start"))
async def start(client, message):
keyboard = InlineKeyboardMarkup([
[InlineKeyboardButton(
text="Primary Button",
callback_data="primary_btn",
icon_custom_emoji_id=5258096772776991776,
style=ButtonStyle.PRIMARY # Dark Blue
)],
[InlineKeyboardButton(
text="Success Button",
callback_data="success_btn",
icon_custom_emoji_id=5258503720928288433,
style=ButtonStyle.SUCCESS # Green
)],
[InlineKeyboardButton(
text="Danger Button",
callback_data="danger_btn",
icon_custom_emoji_id=5258331647358540449,
style=ButtonStyle.DANGER # Red
)]
])
await message.reply(
"Choose a button color! 🎨\n\n"
"🔵 Primary - Dark Blue Button\n"
"🟢 Success - Green Button\n"
"🔴 Danger - Red Button",
reply_markup=keyboard
)
@app.on_callback_query()
async def handle_buttons(client, callback_query: CallbackQuery):
messages = {
"primary_btn": "✅ You clicked Primary (Dark Blue) button!",
"success_btn": "✅ You clicked Success (Green) button!",
"danger_btn": "✅ You clicked Danger (Red) button!"
}
await callback_query.answer(
messages.get(callback_query.data),
show_alert=True
)
print("Bot started! 🚀")
app.run()
⚡1❤1
Colored Inline Buttons with Custom Emoji
For Telethon :
For Aiogram :
For Kurigram [ Pyrogram Fork ] :
For Telethon :
https://t.me/itsSmartDev/1366
For Aiogram :
https://t.me/itsSmartDev/1368
For Kurigram [ Pyrogram Fork ] :
https://t.me/itsSmartDev/1385
❤4
আজ মহান শহীদ দিবস ও আন্তর্জাতিক মাতৃভাষা দিবস।
১৯৫২ সালের এই দিনে বাংলাকে রাষ্ট্রভাষা করার দাবিতে যারা জীবন উৎসর্গ করেছিলেন, তাদের প্রতি গভীর শ্রদ্ধা ও কৃতজ্ঞতা।
তাদের ত্যাগের মাধ্যমেই আমরা পেয়েছি নিজের ভাষায় কথা বলার অধিকার, পেয়েছি আমাদের পরিচয়।
ভাষা শুধু কথা বলার মাধ্যম নয়—এটাই আমাদের সংস্কৃতি, আমাদের আত্মা, আমাদের অস্তিত্ব।
সবাইকে ২১ ফেব্রুয়ারির শ্রদ্ধাভরা শুভেচ্ছা।
শহীদদের আত্মত্যাগ চিরকাল আমাদের পথ দেখাক। 🌼
১৯৫২ সালের এই দিনে বাংলাকে রাষ্ট্রভাষা করার দাবিতে যারা জীবন উৎসর্গ করেছিলেন, তাদের প্রতি গভীর শ্রদ্ধা ও কৃতজ্ঞতা।
তাদের ত্যাগের মাধ্যমেই আমরা পেয়েছি নিজের ভাষায় কথা বলার অধিকার, পেয়েছি আমাদের পরিচয়।
ভাষা শুধু কথা বলার মাধ্যম নয়—এটাই আমাদের সংস্কৃতি, আমাদের আত্মা, আমাদের অস্তিত্ব।
সবাইকে ২১ ফেব্রুয়ারির শ্রদ্ধাভরা শুভেচ্ছা।
শহীদদের আত্মত্যাগ চিরকাল আমাদের পথ দেখাক। 🌼
❤8 3
New Update: in Voice Transcription
You can now transcribe voice messages using /asr , powered by ElevenLabs Scribe v2
How to use:
• Reply to any voice message or video note with /asr
• The bot will instantly convert speech to text
Need translation too?
Add a language code:
• /asr en → Translate to English
• /asr bn → Translate to Bangla
Example:
Reply to a voice message → /asr
Reply to a voice message → /asr en
Now your voice notes can be turned into readable text in seconds⚡️
You can now transcribe voice messages using /asr , powered by ElevenLabs Scribe v2
How to use:
• Reply to any voice message or video note with /asr
• The bot will instantly convert speech to text
Need translation too?
Add a language code:
• /asr en → Translate to English
• /asr bn → Translate to Bangla
Example:
Reply to a voice message → /asr
Reply to a voice message → /asr en
Now your voice notes can be turned into readable text in seconds
Please open Telegram to view this post
VIEW IN TELEGRAM
❤1
Who hates voice messages like me 😂
So this Feture for you
So this Feture for you
Please open Telegram to view this post
VIEW IN TELEGRAM
🤝4 1
Forwarded from Smart Util ⚙️
Smart Util offers powerful translation tools 🌐:
-
-
-
-
You can translate both text and images easily!
-
/tr [lang code] [text] — Translate text (e.g., /tr es Hello!)-
/tr [lang code] — Reply to any image with /tr en to translate text in the image-
/asr — Transcribe voice messages to text-
/asr [lang code] — Transcribe and translate voice messages (e.g., /asr en)You can translate both text and images easily!
17❤3⚡2
Smart Dev
Restricted Content Downloader Repo : https://github.com/bisnuray/RestrictedContentDL Repository About : Restricted Content Downloader: An advanced Telegram bot script to download restricted content such as photos, videos, audio files, or documents from Telegram…
200+ star 🤩 🤩
Please open Telegram to view this post
VIEW IN TELEGRAM