Interface POSTChannelResponse

interface POSTChannelResponse {
    channel: APIGuildChannel;
}

Properties

Properties