Function egg_mode::list::remove_member

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

Removes the given user from the given list.