Skip to content

Commit

Permalink
Deprecate MessagesSendParams.Title (#1573)
Browse files Browse the repository at this point in the history
This property is officially unsupported since at least 2015
(https://sohabr.net/habr/post/249365/) and is currently not shown in
mobile applications. In web version it behaves inconsistently (i.e., it
may not show at all or disappear after some time).
  • Loading branch information
alexalok authored Aug 13, 2023
1 parent 73e25b8 commit 7a674f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions VkNet/Model/RequestParams/Messages/MessagesSendParams.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public class MessagesSendParams
/// Заголовок сообщения(выделется жирным)
/// </summary>
[JsonProperty("title")]
[Obsolete("Свойство официально не поддерживается и может не отображаться в чате.")]
public string Title { get; set; }

/// <summary>
Expand Down

0 comments on commit 7a674f5

Please sign in to comment.