We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9edf416 commit 7138541Copy full SHA for 7138541
TelegramBotBase/Form/CallbackData.cs
@@ -84,7 +84,7 @@ public static bool TryDeserialize(string raw_data, out CallbackData data)
84
}
85
catch (JsonException)
86
{
87
- // Ungültiges JSON-Format
+ // Invalid JSON-Format
88
89
90
0 commit comments