Fetching client location with websocket and/or telegram integrations

@GauravRoy48 you can send message metadata with the metadata dict alongside the message and sender that you send in the payload to the webhook. However, this will require customizing the input channel a bit. I’d recommend creating a custom input channel based off of whatever connector (socket, telegram you are using) and then following the similar steps that this user did you use message metadata: How to pass metadata in POST request and then extract it? (With your respective channel rather than rest input channel)