[CHANGE] Split up json parsing, added getting account info
This commit is contained in:
@@ -4,7 +4,10 @@ public class ChannelFetch
|
||||
{
|
||||
public bool NoIndex { get; set; }
|
||||
public bool Unlisted { get; set; }
|
||||
public bool FamilyFriendly { get; set; }
|
||||
public bool FamilySafe { get; set; }
|
||||
public string? Handle { get; set; }
|
||||
public string? Description { get; set; }
|
||||
public List<string> AvailableCountries { get; set; } = [];
|
||||
|
||||
public List<WebImage> AvatarImages { get; set; } = [];
|
||||
public List<WebImage> BannerImages { get; set; } = [];
|
||||
}
|
Reference in New Issue
Block a user