[CHANGE] Get all account info

This commit is contained in:
max
2025-09-06 01:07:12 +02:00
parent f334c87fbb
commit fa0c617c9a
5 changed files with 94 additions and 38 deletions

View File

@@ -5,4 +5,6 @@ public class AccountMenuInfo
public string? AccountId { get; set; }
public string? AccountHandle { get; set; }
public string? ImageUrl { get; set; }
public int ImageWidth { get; set; }
public int ImageHeight { get; set; }
}