Siri send messages to telegram bot

Why I can't send message to a Telegram Bot with Siri? Bots are not recognized as a contacts so they cannot be selected as addresse.

Is there any workaround or other apps which support these feature?

Thanks

If you have access to a Telegram webservice for 3rd party apps providing contacts/bot names, then you can use #resolveRecipients so that process is under your control:

https://developer.apple.com/reference/intents/insendmessageintenthandling/1902356-resolverecipients


Even if you do that, SiriKit messaging requires you to maintain the login and conversation contexts with the bot via your app extension which is none trivial to implement. More fundamentally, Telegram's interactive bot conversation model may not map well to SiriKit's messaging model.


So does Telegram offer a webservice to accomplish these things? If it does, then the only question you need to ask Apple is if SiriKit is allowed to relay messages to online services which you do not own.

Siri send messages to telegram bot
 
 
Q