[CHANGE] Get all account info
This commit is contained in:
parent
f334c87fbb
commit
fa0c617c9a
5 changed files with 94 additions and 38 deletions
|
|
@ -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; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue