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: Stringid.
content: Stringcontent.
reacter: Userreacter.
url: Stringurl.