79682429

Date: 2025-06-27 19:57:33
Score: 1
Natty:
Report link

You are must enter number in international format

val telegramChatIntent =
    Intent(Intent.ACTION_VIEW, Uri.parse("https://t.me/+79999999999"))
telegramChatIntent.setPackage("org.telegram.messenger")
startActivity(telegramChatIntent)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user29821238