yaroslavche / phptdlib

PHP Extension for tdlib/td written with PHP-CPP
https://yaroslavche.github.io/phptdlib/
MIT License
104 stars 26 forks source link

How to sign in with a phone number ? #10

Closed sallsabil closed 5 years ago

sallsabil commented 6 years ago

Does your extension has this ability to sign in with a phone number ?

yaroslavche commented 6 years ago

At the moment - no (and I don't know if this is possible) This is a simple wrapper over td_jsonclient* functions. It will help me a lot, if I know what kind of request it is necessary to send, that would make a sign in with a phone number.

sallsabil commented 6 years ago

I think sign in is related to https://core.telegram.org/mtproto

sallsabil commented 6 years ago

from php don't I have access to this ? https://github.com/tdlib/td/tree/master/td/mtproto

yaroslavche commented 6 years ago

I'll definitely check it out

sallsabil commented 6 years ago

Thank you

yaroslavche commented 5 years ago

9