Function egg_mode::list::is_member

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

Check whether the given user has been added to the given list.