using System.Collections.Generic; namespace IrcStates { public class ChannelUser { public List Modes { get; set; } } }