Skip to content

Commit

Permalink
#1599 добавляет тип платформы ipad
Browse files Browse the repository at this point in the history
  • Loading branch information
inyutin-maxim committed Oct 24, 2023
1 parent 3f1ed18 commit d4d748a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion VkNet/Enums/StringEnums/Platform.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,10 @@ public enum Platform
/// <summary>
/// Instagram
/// </summary>
Instagram
Instagram,

/// <summary>
/// ipad
/// </summary>
Ipad
}

0 comments on commit d4d748a

Please sign in to comment.