TextUrlResponse

Type Alias TextUrlResponse 

Source
pub type TextUrlResponse = TextUrl;
Expand description

Represents the response data for a text URL object. Alias for [model::TextUrl].

Aliased Type§

pub struct TextUrlResponse {
    pub text: Option<String>,
    pub refresh_token: Option<String>,
}

Fields§

§text: Option<String>

The direct, often temporary and expiring, URL to the story part’s text content.

§refresh_token: Option<String>

A token that can be used to obtain a new URL for the text content, likely after the original one expires.