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: RedditDataTypeThe kind value from Reddit
data: Listing<GenericResponse<Message>>The Data that Reddit has responded with