WIP: Update SinglePost.id to use Int64 instead of Int32 #93
@ -12,7 +12,7 @@ namespace OF_DL.Entities.Post
|
|||||||
public class SinglePost
|
public class SinglePost
|
||||||
{
|
{
|
||||||
public string responseType { get; set; }
|
public string responseType { get; set; }
|
||||||
public int id { get; set; }
|
public long id { get; set; }
|
||||||
public DateTime postedAt { get; set; }
|
public DateTime postedAt { get; set; }
|
||||||
public string postedAtPrecise { get; set; }
|
public string postedAtPrecise { get; set; }
|
||||||
public object expiredAt { get; set; }
|
public object expiredAt { get; set; }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user