eutampieri / cardgamesbot

A Telegram bot to play card games
GNU Affero General Public License v3.0
0 stars 1 forks source link

Edit existing messages instead of sending new ones every time #14

Closed eutampieri closed 4 years ago

eutampieri commented 4 years ago

At the moment a new message is sent each time an event is fired. However, this clutters the chat a lot. Editing the existing message directly is not an option though, because if multiple events are fired for a single user then he/she gets to see only the last one. Combining events based on destination user could work, even though I don’t know if it’s a good option