Skip to main content

CreateCommentReactionResponseContent

Type Alias CreateCommentReactionResponseContent 

Source
pub type CreateCommentReactionResponseContent = Reaction;
Expand description

CreateCommentReactionResponseContent, as the model names it.

Aliased Type§

pub struct CreateCommentReactionResponseContent {
    pub id: String,
    pub content: String,
    pub reacter: User,
    pub url: String,
}

Fields§

§id: String

id.

§content: String

content.

§reacter: User

reacter.

§url: String

url.