PartContentResponse

Type Alias PartContentResponse 

Source
pub type PartContentResponse = PartContent;
Expand description

Represents the response data for a story part’s content. Alias for [model::PartContent].

Aliased Type§

pub struct PartContentResponse {
    pub text: Option<String>,
    pub text_hash: Option<String>,
}

Fields§

§text: Option<String>

The full text content of the story part.

§text_hash: Option<String>

A hash of the text content, likely used for caching or integrity checks.