Function slack_api::reminders::info [] [src]

pub fn info<R>(client: &R,
               token: &str,
               request: &InfoRequest)
               -> Result<InfoResponse, InfoError<R::Error>> where R: SlackWebRequestSender

Gets information about a reminder.

Wraps https://api.slack.com/methods/reminders.info