teremterem / swipe-thought-bot

MIT License
0 stars 0 forks source link

Make sure like/dislike callback data contains message ids #47

Closed teremterem closed 3 years ago

teremterem commented 3 years ago

This way meaningful data will be collected in S3 simply due to the fact of storing telegram updates there. Message ids in callback data are enough. Chat ids will be stored together with update by default. And it will be possible to know bot id(s) from S3 folder structure (see #35).

teremterem commented 3 years ago

Nothing to fix here - message ids are already being stored together with callback updates because these updates already include relevant message ids (as well as chat ids).