0
我在我的asp.net項目中使用Telegram Bot Api Library for .net
(https://www.nuget.org/packages/Telegram.Bot/)如何獲取webhook頁面的更新?
設置webhook後,我想從webhook reciver頁面獲取更新。我不能轉換髮布的json數據到Update
對象。 請幫助解決它。
這裏是我的代碼:
Dim jsonData As String = New StreamReader(Request.InputStream).ReadToEnd
Dim up = Update.FromString(Newtonsoft.Json.JsonConvert.DeserializeObject(jsonData))