tucnak/telebot

OnEdited method not response

Opened this issue · 5 comments

OnEdited method not response

version: gopkg.in/telebot.v3 v3.3.6

    b.Handle(OnEdited, func(c Context) error {
	fmt.Println(c.Message().Text)
	return nil
    })

I have a very similar issue, where b.Handle won't response after 4 times, so example, I ask for firstname, photo, lastname, middlename, the middlename does not gets handle anymore, I don't know if this is related, as I'm have not done further testing but I think there is some issue like a bug.

Please cover this logic with tests or look for the existing one. Try to reproduce the update Telegram sends you and see if it fires the OnEdited handler.

Same here

How to reproduce? Looks working for me with this example
https://github.com/dvordrova/telebotIssue703

BelovN commented

I also can't reproduce. It works fine for me