Skip to content

Commit

Permalink
Добавляет значение ConversationStyleUpdate в MessageAction (#1557)
Browse files Browse the repository at this point in the history
  • Loading branch information
Panuchi committed Jul 23, 2023
1 parent b2eda69 commit 7d4a53f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion VkNet/Enums/StringEnums/MessageAction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,10 @@ public enum MessageAction
/// <summary>
/// пользователь присоединился к беседе по ссылке.
/// </summary>
ChatInviteUserByLink
ChatInviteUserByLink,

/// <summary>
/// Обновление оформления беседы
/// </summary>
ConversationStyleUpdate
}

0 comments on commit 7d4a53f

Please sign in to comment.