[][src]Function libtwitch_rs::kraken::users::is_following

pub fn is_following(
    c: &TwitchClient,
    user_id: &str,
    channel_id: &str
) -> TwitchResult<Option<UserSubFollow>>

Checks if a specified user follows a specified channel

If the user is following the channel, a follow object is returned.

Authentication: None