package net.technicpack.discord.io; public class ChannelInfo { private String id; private String name; public String getId() { return this.id; } }