export interface APIGuildCategoryChannel extends APIGuildChannel<ChannelType.GuildCategory>, APISortableChanneloptionalexternalflags? : ChannelFlags
Inherited from: APIChannelBase
optionalexternalguild_id? : Snowflake
The id of the guild (may be missing for some channel objects received over gateway guild dispatches)
Inherited from: APIGuildChannel
optionalexternalparent_id? : null
optionalexternalpermission_overwrites? : APIOverwrite[]
Explicit permission overwrites for members and roles
Inherited from: APIGuildChannel
See also: https://discord.com/developers/docs/resources/channel#overwrite-object
externaltype : T
Inherited from: APIChannelBase