diff --git a/VkNet/Model/Attachments/Sticker.cs b/VkNet/Model/Attachments/Sticker.cs index 40c9db6ed..637b9f0ff 100644 --- a/VkNet/Model/Attachments/Sticker.cs +++ b/VkNet/Model/Attachments/Sticker.cs @@ -42,7 +42,7 @@ private long? StickerId /// URL анимации стикера (для анимированных стикеров) /// [JsonProperty("animation_url")] - public bool AnimationUrl { get; set; } + public string AnimationUrl { get; set; } /// /// Тип, который описывает вариант формата ответа. @@ -56,4 +56,4 @@ private long? StickerId /// [JsonProperty("is_allowed")] public bool IsAllowed { get; set; } -} \ No newline at end of file +}