Telegram_bot.send_message: return sent message

Hi,

thank you for your hard work! I am using telegram extensively and it would be useful if telegram_bot.send_message returned the message it just sent.

According to the telegram-api the message is returned when sent:

https://core.telegram.org/bots/api (see: sendMessage).

When a notification/message isn’t really needed anymore it would be useful if I could delete it automatically.