Guest User

Untitled

a guest
Mar 19th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. #вставка картинки
  2. @bot.message_handler(commands = ['pic'])
  3. def url(message):
  4. markup = types.InlineKeyboardMarkup()
  5. bot.send_message(message.chat.id, "http://www.example.com/wp-content/uploads/2017/08/An-orange-cat-sniffing-catnip.jpg", reply_markup = markup)
Add Comment
Please, Sign In to add comment