How could we keep a modifiable list on the chat group

telegram

In my Telegram's chat group we need to create a list (say a list of price for drinks) :

Coca-Cola       1 €
Vodka           3 €
Orange juice    0,50 €
Apple juice     0,30 €

But, as time passes, these prices will change, so we will need to make changes in that list, and Telegram does only allow to modify messages in the last 48 hours.

What is the best workaround to keep a modifiable list that could be used in a Telegram's chat group?

Maybe there is no better way that creating a simple web page on a free site like Google, and link it into the chat? Maybe copy-pasting that list each 48 hours in the chat? Maybe Telegram web site offers some service that could be used for this, like the personal data of a user?

Best Answer

I found 2 solution to this problem:

1) copy and paste the old list into a new list and delete the old one (you can delete for more then 48 hours)

2) use a second document outside of Telegram e.g. Google Spreadsheets and just post a link to the document in the description of your group