Preview environment
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
optionalexternalnull parent_id? :
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