Skip to content

Commit d12cb86

Browse files
authored
Update KeyboardButtonActionType.cs (#1628)
В client_info.button_actions начал приходить новый тип кнопки сообщений.
1 parent 233a027 commit d12cb86

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

VkNet/Enums/StringEnums/KeyboardButtonActionType.cs

+7-2
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,10 @@ public enum KeyboardButtonActionType
5555
/// <summary>
5656
/// Подписаться
5757
/// </summary>
58-
IntentSubscribe
59-
}
58+
IntentSubscribe,
59+
60+
/// <summary>
61+
/// Открыть модальный вид
62+
/// </summary>
63+
OpenModalView,
64+
}

0 commit comments

Comments
 (0)