Android send message through telegram?
问题 I have installed the telegram app and just want to send a message (string) from my app through telegram to a contact. All I found yet is in the question: How to send a Intent with telegram with the code: //Sending message void intentMessageTelegram(String msg) { final String appName = "org.telegram.messenger"; final boolean isAppInstalled = isAppAvailable(this.getApplicationContext(), appName); if (isAppInstalled) { Intent myIntent = new Intent(Intent.ACTION_SEND); myIntent.setType("text