bot-brother icon indicating copy to clipboard operation
bot-brother copied to clipboard

How to request phone number?

Open mrleesin opened this issue 7 years ago • 1 comments

request_contact: true

in the node-telegram-bot-api?

mrleesin avatar Feb 05 '18 20:02 mrleesin

Use requestContact and requestLocation in your method

return ctx
          .keyboard([[
            {text: 'Send contact', requestContact: true},
            {text: 'Send location', requestLocation: true}
          ]])

romap0 avatar Apr 16 '18 20:04 romap0