pub fn info<R>(
client: &R,
token: &str,
request: &InfoRequest<'_>,
) -> Result<InfoResponse, InfoError<R::Error>>where
R: SlackWebRequestSender,Expand description
Gets information about a reminder.
Wraps https://api.slack.com/methods/reminders.info