Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2020
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. @bot.message_handler(commands=['start'])
  2. def start(m):
  3. for i in range(-2, 0):
  4. try:
  5. bot.delete_message(c.message.chat.id, c.message.message_id + i)
  6. except:
  7. pass
  8. gif = 'CgACAgQAAxkBAAIBM15OxkUofuioKz0XxMs10xdgceZGAAI7BgACnfd4Ul_T32ps-cQOGAQ'
  9. kb = types.InlineKeyboardMarkup()
  10. kb.add(types.InlineKeyboardButton(text='קהילה 👨🏽‍💻', url='https://t.me/GanKasom'))
  11. kb.add(types.InlineKeyboardButton(text='מגדלים 🧑🏽‍🌾', url='https://t.me/GanKasomGrow'))
  12. kb.add(types.InlineKeyboardButton(text='יד שנייה 📦', url='https://t.me/GanKasomExchange'))
  13. kb.add(types.InlineKeyboardButton(text='ביקורות 💭', url='https://t.me/GanKasomReviews'))
  14. kb.add(types.InlineKeyboardButton(text='בוט ביקורות 📝', url='https://t.me/GanKasomReviews'))
  15. kb.add(types.InlineKeyboardButton(text='⤚כיוונים בקרוב⤙', callback_data="civonim"))
  16. bot.send_document(m.chat.id, gif, reply_markup=kb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement