added more post attributes
This commit is contained in:
@@ -527,6 +527,9 @@ type Post struct {
|
||||
|
||||
Permalink string `json:"permalink,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"`
|
||||
Body string `json:"selftext,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user