This commit is contained in:
@@ -5,7 +5,7 @@ namespace NeDvachAPI.Models
|
||||
public string Timestamp { get; set; }
|
||||
public int Id { get; set; }
|
||||
public string Text { get; set; }
|
||||
public string[] ImgURL { get; set; }
|
||||
public string[]? ImgURL { get; set; }
|
||||
public int Thread_Id { get; set; }
|
||||
public bool Is_OP { get; set; }
|
||||
public bool Is_Deleted { get; set; }
|
||||
|
Reference in New Issue
Block a user