mangadex_api::v5::schema

Type Alias ForumThread

Source
pub type ForumThread = ForumThreadObject<ForumThreadAttributes>;

Aliased Type§

struct ForumThread {
    pub type_: RelationshipType,
    pub id: u32,
    pub attributes: ForumThreadAttributes,
}

Fields§

§type_: RelationshipType§id: u32§attributes: ForumThreadAttributes