@bot.callback_query_handler(func=lambda call: True)
def callback_inline(call):
try:
if call.message:
if call.data == 'faq':
photo1 = open("фото", "rb")
bot.send_photo(call.message.chat.id, photo1, "sdasdsa\n", "-\n"*7, "dsds")