franz/franz/silver_messages/youtube/upload_started.cs
Adam R. Grey 0f1868d85e [wip] ought to work
but testing frameworks are counter productive
2021-06-29 07:39:11 -04:00

12 lines
269 B
C#

using System;
using System.Collections.Generic;
using System.IO;
using silver_messages;
namespace silver_messages.youtube
{
public class upload_started : message_yt
{
public string filename { get; set; }
public string yt_id { get; set; }
}
}