Markdown problem when sending join group response #36
Owner
```
{"time":"2025-06-14T12:25:48.982472829Z","level":"INFO","msg":"bot:middleware: Incoming update","type":"message","update_id":xxx,"details":"chat_type: supergroup, from: xxx, chat: -xxx, text: \"/join japanese\""}
{"time":"2025-06-14T12:25:49.072962579Z","level":"INFO","msg":"bot: User joined group","group_name":"japanese","chat_id":-xxx,"user_id":xxx}
{"time":"2025-06-14T12:25:49.135872206Z","level":"ERROR","msg":"bot:helpers: Failed to send message","error":"telego: sendMessage: api: 400 \"Bad Request: can't parse entities: Character '!' is reserved and must be escaped with the preceding '\\\\'\"","chat_id":-xxx,"text_length":33}
```
bug
label
Fix #36. /join and /leave result messages were being failed to send due to unescaped "!".
Fix #36. Follow-up fix of potential similar problems.
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?