Option to edit a message for supported providers (e.g. slack, telegram, etc.)
solution proposed
msg = notifiers.get_notifier('telegram').notify(message='Hi!', token='TOKEN', chat_id=1234)
...
msg.edit(message='hello?')
alternatives:
- sending multiple messages/replies
- using a different library:
tqdm.contrib (supports slack, discord, telegram)