interface APIGuildWidgetChannel {
    id: string;
    name: string;
    position: number;
}

Properties

Properties

id: string
name: string
position: number