Skip to content

Commit

Permalink
#1254 Исправляет парсинг свойств
Browse files Browse the repository at this point in the history
  • Loading branch information
inyutin-maxim committed Oct 19, 2022
1 parent 7cab6df commit 43c9b54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VkNet/Model/Conversation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ public class Conversation
/// <summary>
/// Клавиатура.
/// </summary>
[JsonProperty("current_keyboard ")]
[JsonProperty("current_keyboard")]
public MessageKeyboard CurrentKeyboard { get; set; }
}
2 changes: 1 addition & 1 deletion VkNet/Model/Price.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class Price
/// <summary>
/// Текстовое представлением старой цены.
/// </summary>
[JsonProperty("old_amount_text ")]
[JsonProperty("old_amount_text")]
public string OldAmountText { get; set; }

/// <summary>
Expand Down

0 comments on commit 43c9b54

Please sign in to comment.