Telegram Node: sendLocation method

Hi, i would like to request to add the sendLocation method to the Telegram node.

Use-Case:

For any sort of Location related automation, it’s certainly useful to send the Location to a chat as a ‘Location object’ (which then already previews/opens in a map) instead of the geographical coordinates as strings.

(Ref.: https://core.telegram.org/bots/api#sendlocation)

This can be done via a HTTP node (URL: https://api.telegram.org/bot<token>/sendLocation), as a workaround, but that’s certainly not ideal as the bot token (which is already available in the Telegram Credential) also needs to be set again.

Thanks.