Represents a Devvit post in the context of a game.
This is a simplified version of a Reddit Post. For more comprehensive post data, you should use the Reddit API Client.
The Reddit post ID (t3_XXXXX format)
const post: PostInfo = { postId: "t3_abc123" }; Copy
const post: PostInfo = { postId: "t3_abc123" };
Represents a Devvit post in the context of a game.
This is a simplified version of a Reddit Post. For more comprehensive post data, you should use the Reddit API Client.