bot-brother
bot-brother copied to clipboard
How to request phone number?
request_contact: true
in the node-telegram-bot-api?
Use requestContact
and requestLocation
in your method
return ctx
.keyboard([[
{text: 'Send contact', requestContact: true},
{text: 'Send location', requestLocation: true}
]])