android get group id in whatsapp group chat

‮ttual.www‬uri.com
android get group id in whatsapp group chat
Intent intentWhatsapp = new Intent(Intent.ACTION_VIEW);
String url = "https://chat.whatsapp.com/<group_link>";

intentWhatsapp.setData(Uri.parse(url));
intentWhatsapp.setPackage("com.whatsapp");

startActivity(intentWhatsapp);
Created Time:2017-09-07 22:34:42  Author:lautturi