[][src]Function libtwitch_rs::kraken::channel_feed::new_post_reaction

pub fn new_post_reaction(
    c: &TwitchClient,
    chan_id: &str,
    post_id: &str,
    emote_id: &str
) -> TwitchResult<NewReactionResponse>

Creates a reaction to 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