added more post attributes
This commit is contained in:
+5
-2
@@ -525,8 +525,11 @@ type Post struct {
|
|||||||
Created *Timestamp `json:"created_utc,omitempty"`
|
Created *Timestamp `json:"created_utc,omitempty"`
|
||||||
Edited *Timestamp `json:"edited,omitempty"`
|
Edited *Timestamp `json:"edited,omitempty"`
|
||||||
|
|
||||||
Permalink string `json:"permalink,omitempty"`
|
Permalink string `json:"permalink,omitempty"`
|
||||||
URL string `json:"url,omitempty"`
|
URL string `json:"url,omitempty"`
|
||||||
|
URLOverriddenByDest *string `json:"url_overridden_by_dest"`
|
||||||
|
RemovedByCategory *string `json:"removed_by_category"`
|
||||||
|
CrosspostParentList []Post `json:"crosspost_parent_list"`
|
||||||
|
|
||||||
Title string `json:"title,omitempty"`
|
Title string `json:"title,omitempty"`
|
||||||
Body string `json:"selftext,omitempty"`
|
Body string `json:"selftext,omitempty"`
|
||||||
|
|||||||
Reference in New Issue
Block a user