Struct slack_morphism::SlackReactionInit
source · pub struct SlackReactionInit {
pub name: String,
pub count: usize,
pub users: Vec<SlackUserId>,
}Fields§
§name: String§count: usize§users: Vec<SlackUserId>Trait Implementations§
source§impl From<SlackReactionInit> for SlackReaction
impl From<SlackReactionInit> for SlackReaction
source§fn from(value: SlackReactionInit) -> Self
fn from(value: SlackReactionInit) -> Self
Converts to this type from the input type.