Skip to content

Message handlers stopped working after Telego upgrade to 1.0.2 (from 0.31.1) #258

Answered by mymmrac
skobkin asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, I looked at your code, the reason why nothing works is that you didn't call ctx.Next in your middleware, previously you had next as an argument; now it's a method of ctx. Simply add those calls where needed and it will work

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@skobkin
Comment options

Answer selected by mymmrac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants