MessageListing

Type Alias MessageListing 

Source
pub type MessageListing = GenericListing<Message>;
Expand description

A listing of user abouts

Aliased Type§

pub struct MessageListing {
    pub kind: RedditDataType,
    pub data: Listing<GenericResponse<Message>>,
}

Fields§

§kind: RedditDataType

The kind value from Reddit

§data: Listing<GenericResponse<Message>>

The Data that Reddit has responded with