Function egg_mode::list::add_member [] [src]

pub fn add_member<'a, 'id, T: Into<UserID<'id>>>(
    list: ListID,
    user: T,
    token: &Token,
    handle: &'a Handle
) -> FutureResponse<'a, List>

Adds the given user to the given list.

Note that lists cannot have more than 5000 members.

Upon success, the future returned by this function yields the freshly-modified list.