export interface APIGuildCategoryChannel extends APIGuildChannel<ChannelType.GuildCategory>, APISortableChannel
optionalexternalChannelFlags flags? :
Inherited from: APIChannelBase
optionalexternalSnowflake 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
optionalexternalAPIOverwrite[] permission_overwrites? :
Explicit permission overwrites for members and roles
Inherited from: APIGuildChannel
See also: https://discord.com/developers/docs/resources/channel#overwrite-object
externalT type :
Inherited from: APIChannelBase