- c - 在位数组中找到第一个零
- linux - Unix 显示有关匹配两种模式之一的文件的信息
- 正则表达式替换多个文件
- linux - 隐藏来自 xtrace 的命令
例如调用/包装 auth.sentCode
方法(链接如下):
https://core.telegram.org/method/auth.sendCode
我试过:
var url = "https://149.154.167.40";
var data = "(auth.sendCode \"PHONE_CODE+NO\" 0 APP_ID \"SECRET_HASH\" \"en\")";
using (var wc = new WebClient())
{
var result = wc.UploadData(url, GetBytes(data));
}
我得到这个异常(和内部异常)
The underlying connection was closed: An unexpected error occurred on a send. (Authentication failed because the remote party has closed the transport stream.)
最佳答案
您可以开始使用 this SO post
您需要先了解如何生成AuthKey。
Telegram-API 文档写得不是很好,但如果你继续研究它......你最终会掌握它。
通过生成 AuthKey 可以帮助您构建一个模式和函数,然后您可以使用它们来处理 API 的其余部分
干杯。
关于c# - 如何进行 Telegram MTProto 协议(protocol) api 调用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30309453/
我正在使用 tl 语言编译器来编译 https://core.telegram.org/mtproto 中描述的 Telegram Api TL 语言模式在 C# 中 有一个编译器可以将 tl 语言编
This说要获取用户的 token ,我需要发送请求 auth.sentCode#efed51d9 phone_registered:Bool phone_code_hash:string send_
例如调用/包装 auth.sentCode 方法(链接如下): https://core.telegram.org/method/auth.sendCode 我试过: var url = "https
我是一名优秀的程序员,十分优秀!