A unique ID for the specific app instance. If the user refreshes the page, they'll get a new screenId.
The Reddit user ID (t2_XXXXX format)
The Reddit username
const user: UserInfo = {
userId: "t2_abc123",
username: "RedditUser123",
screenId: "unique-session-id"
};
Represents a user in the context of a Devvit game.
This is a simplified version of a Reddit User. For more comprehensive user data, you should use the Reddit API Client.