Simple Telegram bot allows you to bookmark messages and get them by key.
/add key
— bookmark message askey
/get key
— get message by key/remove key
— remove message/list
— list all keys for current user
This bot uses SQLite database to store data. You can modify this example to create bots for access your own database, e.g. products, clients, memes 😃, etc.
Here is the process of creating this bot