pub struct SlackApiReactionsAddRequestInit {
pub channel: SlackChannelId,
pub name: SlackReactionName,
pub timestamp: SlackTs,
}Fields§
§channel: SlackChannelId§name: SlackReactionName§timestamp: SlackTsTrait Implementations§
source§impl From<SlackApiReactionsAddRequestInit> for SlackApiReactionsAddRequest
impl From<SlackApiReactionsAddRequestInit> for SlackApiReactionsAddRequest
source§fn from(value: SlackApiReactionsAddRequestInit) -> Self
fn from(value: SlackApiReactionsAddRequestInit) -> Self
Converts to this type from the input type.