Skip to main content

CreateCardReactionResponseContent

Type Alias CreateCardReactionResponseContent 

Source
pub type CreateCardReactionResponseContent = Reaction;
Expand description

CreateCardReactionResponseContent, as the model names it.

Aliased Type§

pub struct CreateCardReactionResponseContent {
    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.