walhalla.open2ch
Res
Represents a single response (res) in an open2ch thread. A response includes metadata such as poster name, posting time, identifier, message body, and optionally attached media.
num
int
The sequential number of this response in the thread. Starts from 1 for the first post.
name
String
The name of the poster. This may be a username, a default name, or a tripcode.
date
LocalDateTime
The timestamp indicating when this response was posted.
id
String
The unique ID of the poster, as assigned by the forum system. This is often used for tracking posts by the same user.
body
String
The main body text of the response.
sources
ListImageSource
ImageSource
A list of image URLs attached to this response. These are usually external links to image hosting services.
embeds
ListString
String
A list of embedded media links (e.g., YouTube, X/Twitter) in the response. These are typically identified and parsed separately from the text body.