pub async fn mark<R>(
client: &R,
token: &str,
request: &MarkRequest<'_>,
) -> Result<MarkResponse, MarkError<R::Error>>where
R: SlackWebRequestSender,Expand description
Sets the read cursor in a channel.
Wraps https://api.slack.com/methods/channels.mark