Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OnEdited method not response #703

Open
JunaYa opened this issue Jun 24, 2024 · 5 comments
Open

OnEdited method not response #703

JunaYa opened this issue Jun 24, 2024 · 5 comments
Labels

Comments

@JunaYa
Copy link

JunaYa commented Jun 24, 2024

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
    })
@M-505
Copy link

M-505 commented Jun 24, 2024

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.

@demget demget added the bug label Aug 9, 2024
@demget
Copy link
Collaborator

demget commented Aug 9, 2024

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.

@otopba
Copy link

otopba commented Aug 9, 2024

Same here

@dvordrova
Copy link

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

@BelovN
Copy link

BelovN commented Dec 23, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants