ba0f3 / telebot.nim

Async Telegram Bot API Client implement in @Nim-Lang
MIT License
165 stars 24 forks source link

newForceReply not prompting reply in version 2023.05.31 #89

Closed samsamros closed 1 year ago

samsamros commented 1 year ago

I've been using this feature since #77 without any issues. 2023.04.22 was the last version this worked for me. I see several small changes in utils.

I compared both versions: https://github.com/ba0f3/telebot.nim/compare/2023.04.22...2023.05.31


I left isSet and formatName the same as in 2023.05.31 and only removed this in lines 232,233

  elif  content is ref:
    p.addData(name, content[])

The program works flawlessly, and is prompting a response as expected!