Struct novel_api::ChapterInfo
source · pub struct ChapterInfo {
pub identifier: Identifier,
pub title: String,
pub is_vip: Option<bool>,
pub accessible: Option<bool>,
pub is_valid: Option<bool>,
pub word_count: Option<u16>,
pub update_time: Option<NaiveDateTime>,
}Expand description
Chapter information
Fields§
§identifier: IdentifierChapter identifier
title: StringChapter title
is_vip: Option<bool>Whether this chapter can only be read by VIP users
accessible: Option<bool>Is the chapter accessible
is_valid: Option<bool>Is the chapter valid
word_count: Option<u16>Word count
update_time: Option<NaiveDateTime>last update time