add a feature to return the type of a message in `update.effective_message.type` for example: `print(update.effective_message.type`) and it could print: 'text', 'photo', 'video', 'document' ...