C# Class Telegram.Bot.Types.Update

Show file Open project: MrRoundRobin/telegram.bot Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
FromString ( string data ) : Update

Converts a JSON serialized Update to the corresponding object

Method Details

FromString() public static method

Converts a JSON serialized Update to the corresponding object
public static FromString ( string data ) : Update
data string The JSON string containing the update
return Update