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 99a5966 commit 810ff70Copy full SHA for 810ff70
src/Telegram.Bot/Serialization/JsonBotSerializerContext.cs
@@ -171,6 +171,7 @@ namespace Telegram.Bot;
171
[JsonSerializable(typeof(SetInlineGameScoreRequest))]
172
[JsonSerializable(typeof(GetGameHighScoresRequest))]
173
[JsonSerializable(typeof(GetInlineGameHighScoresRequest))]
174
+[JsonSerializable(typeof(ApiResponse))]
175
[JsonSerializable(typeof(ApiResponse<Update[]>))]
176
[JsonSerializable(typeof(ApiResponse<bool>))]
177
[JsonSerializable(typeof(ApiResponse<WebhookInfo>))]
0 commit comments