gpt4 book ai didi

c# - 如何进行 Telegram MTProto 协议(protocol) api 调用?

转载 作者:太空狗 更新时间:2023-10-29 19:42:32 31 4
gpt4 key购买 nike

例如调用/包装 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/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com