n3d1117 / chatgpt-telegram-bot

🤖 A Telegram bot that integrates with OpenAI's official ChatGPT APIs to provide answers, written in Python
GNU General Public License v2.0
3k stars 1.38k forks source link

Inline mode fix #582

Open OKyryllov opened 4 months ago

OKyryllov commented 4 months ago

Fixing "ERROR - An error occurred while generating the result card for inline query init () got an unexpected keyword argument 'thumb_url'" error by

  1. editing broken thumb url
  2. changing thumb_url to thumbnail_url wrong parameter name

P.S: my first commit/pull-request ever, not sure if I did it right, so please just forgive me 🙃