KeyboardRow row = new KeyboardRow();
row.add(KeyboardButton.builder()
.text("contact")
.requestContact(true)
.build());
I want to get the user's phone number in this way. Is this safe to use? . For example, can't send another person to the contact.