export interface APIGuildCategoryChannel extends APIGuildChannel<ChannelType.GuildCategory>, APISortableChannel
optionalChannelFlags flags? :
Inherited from: APIChannelBase
optionalSnowflake guild_id? :
The id of the guild (may be missing for some channel objects received over gateway guild dispatches)
Inherited from: APIGuildChannel
ID of the parent category for a channel (each parent category can contain up to 50 channels)ORID of the parent channel for a thread
Inherited from: APIGuildChannel
optionalAPIOverwrite[] permission_overwrites? :
Explicit permission overwrites for members and roles
Inherited from: APIGuildChannel
See also: https://discord.com/developers/docs/resources/channel#overwrite-objectundefined
T type :
Inherited from: APIChannelBase