Advertisement
Guest User

Untitled

a guest
Sep 24th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. from utils import decorator
  2. @decorator.delete
  3. def init(update, context):
  4.   bot = context.bot
  5.   bot.send_message(update.message.chat_id, text="ciao")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement