[CHANGE] Rework && adding channel fetching
This commit is contained in:
8
Manager.YouTube/Models/ClientInformation.cs
Normal file
8
Manager.YouTube/Models/ClientInformation.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Manager.YouTube.Models;
|
||||
|
||||
public class ClientInformation
|
||||
{
|
||||
public string? AccountName { get; set; }
|
||||
public string? AccountHandle { get; set; }
|
||||
public string? Description { get; set; }
|
||||
}
|
Reference in New Issue
Block a user