telegram-rb
telegram-rb copied to clipboard
How can i implement auth.checkPhone ?
I need to check if a person is registered in Telegram with specified number. According to telegram's docs, this is it: auth.checkPhone https://core.telegram.org/method/auth.checkPhone
However i struggle to implement this in Ruby. Has anyone come up with any solution on that?