[][src]Function twitchchat::commands::marker

pub fn marker<'a>(
    channel: &'a str,
    comment: impl Into<Option<&'a str>>
) -> Marker<'_>

Adds a stream marker (with an optional comment, max 140 characters) at the current timestamp.

You can use markers in the Highlighter for easier editing.

If the string exceeds 140 characters then it will be truncated