I use node.js module for Telegram bot. I'm trying to get the user's contact on telegram using telegram API. Telegram API has 2 types: Bot API and Telegram API.
I think Bot API can not get the user's contacts.
In Telegram API there is the method contact.getContacts
. But I don't know how to use it.
How can I get the contacts on Telegram?
request_contact
not get_contact. – Cowen