我有一个使用电报API的应用程序。
我有api_hash
和auth.sentCode#efed51d9 phone_registered:Bool phone_code_hash:string send_call_timeout:int is_password:Bool = auth.SentCode;
auth.sentAppCode#e325edcf phone_registered:Bool phone_code_hash:string send_call_timeout:int is_password:Bool = auth.SentCode;
---functions---
auth.sendCode#768d5f4d phone_number:string sms_type:int api_id:int api_hash:string lang_code:string = auth.SentCode;
。
现在我想将用户注册到他的电报帐户(使用API)。
我读了this page。
例如,它说auth.sendCode
使用此代码:
get me
我应该发送网址还是什么?
例如,在https://api.telegram.org/bot#key/getme
函数的电报机器人API中,我们应该向此URL发送请求:
{{1}}
问题是这个例子吗?
如果 github 或此处有结果,请告诉我。
答案 0 :(得分:1)
bot api和用户api之间的区别在于通信类型, bot api 使用 Https协议,用户api 使用传输控制协议(tcp)。 您应该使用客户端而不是浏览器,我建议您使用MadelineProto。 对不起我的英语