Function egg_mode::list::is_subscribed

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

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