[][src]Function libtwitch_rs::channel_feed::delete_comment_reaction

pub fn delete_comment_reaction(
    c: &TwitchClient,
    chan_id: &str,
    post_id: &str,
    comment_id: &str
) -> TwitchResult<DelReactionResponse>

Deletes a reaction to a specified comment on a specified post in a specified channel feed

The reaction is specified by an emote value, which is either an ID (for example, “25” is Kappa) or the string “endorse” (which corresponds to a default face emote).

Authentication: channel_feed_edit