-
The ID of the post/twarrt.
Declaration
Swift
var postID: Int
-
The timestamp of the post/twarrt.
Declaration
Swift
var createdAt: Date
-
The twarrt’s author.
Declaration
Swift
var author: UserHeader
-
The text of the forum post or twarrt.
Declaration
Swift
var text: String
-
The filenames of the post/twarrt’s optional images.
Declaration
Swift
var images: [String]?
-
The ID of the twarrt to which this twarrt is a reply.
Declaration
Swift
var replyGroupID: Int?
-
Whether the current user has bookmarked the post.
Declaration
Swift
var isBookmarked: Bool
-
The users with “laugh” reactions on the post/twarrt.
Declaration
Swift
var laughs: [UserHeader]
-
The users with “like” reactions on the post/twarrt.
Declaration
Swift
var likes: [UserHeader]
-
The users with “love” reactions on the post/twarrt.
Declaration
Swift
var loves: [UserHeader]