You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dispatcher.OnNewMessage() doesn't work with old groups but works with chats. If I try to use dispatcher.OnNewChannelMessage() it works for both channels and groups
I have another bot replying to messages (github.com/go-telegram-bot-api/telegram-bot-api) and have already attached to some old group. I tried to use its token, the same - old bot is working, echo_bot is not.
What version of gotd are you using?
Can this issue be reproduced with the latest version?
Yes
What did you do?
Using basic example
bot-echo
write to some old (2 month old for me) group (Supergroup)What did you expect to see?
Pong
What did you see instead?
Nothing in reply.
One string in debug:
What Go version and environment are you using?
go env
Outputdispatcher.OnNewMessage() doesn't work with old groups but works with chats. If I try to use dispatcher.OnNewChannelMessage() it works for both channels and groups
I have another bot replying to messages (github.com/go-telegram-bot-api/telegram-bot-api) and have already attached to some old group. I tried to use its token, the same - old bot is working, echo_bot is not.
Bot details:
APP_ID and APP_HASH was created yesterday
Group details - test one was created 24 Oct, another - earlier.
New groups I created today is okay
The text was updated successfully, but these errors were encountered: