using System.Collections.Generic; namespace rail { public class VoiceChannelRemoveUsersResult : EventBase { public List success_ids = new List(); public RailVoiceChannelID voice_channel_id = new RailVoiceChannelID(); public List failed_ids = new List(); } }