[][src]Function egg_mode::list::is_subscribed

pub async fn is_subscribed<'id, '_, T: Into<UserID>>(
    user: T,
    list: ListID,
    token: &'_ Token
) -> Result<Response<bool>>

Check whether the given user is subscribed to the given list.