[][src]Function slack_api::im::mark

pub async fn mark<'_, '_, '_, '_, R>(
    client: &'_ R,
    token: &'_ str,
    request: &'_ MarkRequest<'_>
) -> Result<MarkResponse, MarkError<R::Error>> where
    R: SlackWebRequestSender

Sets the read cursor in a direct message channel.

Wraps https://api.slack.com/methods/im.mark