start.py 595 B

1234567891011
  1. from .. import bot
  2. from telethon import events, Button
  3. link = 'https://t.me/share/url?url=Hello!!&text=Check%20this%20bot%20which%20can%20send%20SMS%20anonymously%20from%20telegram.%20Bot:%20@sMs_scambot'
  4. @bot.on(events.NewMessage(pattern='/start$', func=lambda e: e.is_private))
  5. async def user_joined(event):
  6. await event.reply(file='CAADAgADAQEAAladvQoivp8OuMLmNAI')
  7. await event.respond('I\'m a simple bot that can send SMS to anyone in India.\n\nDo join @j_projects and share this Bot. ♥️♥️', buttons=Button.url('Share this bot.', link), link_preview=False)