Skip to content

Commit

Permalink
Update KeyboardButtonActionType.cs (#1628)
Browse files Browse the repository at this point in the history
В client_info.button_actions начал приходить новый тип кнопки сообщений.
  • Loading branch information
ivanmem authored Jan 17, 2025
1 parent 233a027 commit d12cb86
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions VkNet/Enums/StringEnums/KeyboardButtonActionType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,10 @@ public enum KeyboardButtonActionType
/// <summary>
/// Подписаться
/// </summary>
IntentSubscribe
}
IntentSubscribe,

/// <summary>
/// Открыть модальный вид
/// </summary>
OpenModalView,
}

0 comments on commit d12cb86

Please sign in to comment.