C# Class Telegram.Bot.Types.Update

Afficher le fichier Open project: MrRoundRobin/telegram.bot Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
FromString ( string data ) : Update

Converts a JSON serialized Update to the corresponding object

Method Details

FromString() public static méthode

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