Exemple #1
0
 public DiscordChannelView(IGuildChannel channel)
 {
     Id       = channel.Id.ToString();
     Name     = channel.Name;
     Position = channel.Position;
     Type     = (int)channel.GetChannelType();
 }