Interface GETChannelResponse

interface GETChannelResponse {
    channel: APIGuildChannel;
}

Properties

Properties