Replies: 4 comments 1 reply
-
Could you be a bit more specific? Are you trying to ignore channel updates? What error are you getting when the bot crashes? |
Beta Was this translation helpful? Give feedback.
-
When a message is sent to the channel where the bot was added, it closes panic: runtime error: invalid memory address or nil pointer dereference goroutine 1 [running]: |
Beta Was this translation helpful? Give feedback.
-
You are probably using a field that does not exist in the |
Beta Was this translation helpful? Give feedback.
-
the problem occurs on these lines, but only when the message is sent to the channel, if there is no problem in private messages or group chats } else if update.CallbackQuery.Data != "" { |
Beta Was this translation helpful? Give feedback.
-
Please show me.
How to remove channel updates or even to automatically remove them from them?
I've seen some Pulls but don't know what to do with them. Just downloading the files didn't solve the problem.
The bot crashes with an error.
Maybe someone can show you a piece of code or more specifically what needs to be done. There is no end to my suffering.
Beta Was this translation helpful? Give feedback.
All reactions