Skip to content

Commit

Permalink
Feature: добавлена возможность загрузки видео с размерами 1440 и 2160 (
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparrow1488 authored Apr 28, 2022
1 parent 672893d commit 8ba3a9a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion VkNet/Model/VideoFiles.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using Newtonsoft.Json;
using VkNet.Utils;

Expand Down Expand Up @@ -35,6 +35,16 @@ public class VideoFiles
/// </summary>
public Uri Mp4_1080 { get; set; }

/// <summary>
/// Uri ролика с размером 1440х2560px.
/// </summary>
public Uri Mp4_1440 { get; set; }

/// <summary>
/// Uri ролика с размером 2160х3840px.
/// </summary>
public Uri Mp4_2160 { get; set; }

/// <summary>
/// Внешняя ссылка (например для видео из Youtube)
/// </summary>
Expand Down

0 comments on commit 8ba3a9a

Please sign in to comment.