Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 832 Bytes

File metadata and controls

20 lines (16 loc) · 832 Bytes

Unifapi.Sdk.Model.RedditPost

Properties

Name Type Description Notes
Id string Reddit post id (`t3_*` fullname).
Title string
Url string Permalink (or the linked URL for link posts).
Text string Markdown body for self/text posts; empty otherwise.
Domain string
CreatedAt string Source ISO timestamp.
IsNsfw bool
IsSpoiler bool
IsLocked bool
IsStickied bool
Subreddit RedditPostSubreddit

[Back to Model list] [Back to API list] [Back to README]