diff --git a/VkNet/Categories/GroupsCategory.cs b/VkNet/Categories/GroupsCategory.cs index c91d76e11..4cd26788a 100644 --- a/VkNet/Categories/GroupsCategory.cs +++ b/VkNet/Categories/GroupsCategory.cs @@ -1210,7 +1210,7 @@ public T GetBotsLongPollHistory(BotsLongPollHistoryParams @params) } } - return _vk.CallLongPoll(@params.Server, parameters); + return JsonConvert.DeserializeObject(response.RawJson); } ///