C# Class NetTelebot.GetUpdatesResult

When calling GetUpdates method on TelegramBotClient, this object will be returned.
Mostrar archivo Open project: themehrdad/NetTelebot Class Usage Examples

Private Methods

Method Description
GetUpdatesResult ( Newtonsoft.Json.Linq.JObject jsonObject ) : System
GetUpdatesResult ( string jsonText ) : System
Parse ( Newtonsoft.Json.Linq.JObject jsonObject ) : void
Parse ( string jsonText ) : void