export interface APIGuildChannel<T extends GuildChannelType = GuildChannelType> extends APIChannelBase<T>Type Parameters
optionalT? extends GuildChannelType = GuildChannelType
optionalexternalflags? : ChannelFlags 
Inherited from: APIChannelBase
optionalexternalguild_id? : Snowflake 
The id of the guild (may be missing for some channel objects received over gateway guild dispatches)
externalname : string 
The name of the channel (1-100 characters)
optionalexternalnsfw? : boolean 
Whether the channel is nsfw
ID of the parent category for a channel (each parent category can contain up to 50 channels)
optionalexternalpermission_overwrites? : APIOverwrite[] 
Explicit permission overwrites for members and roles
See also: https://discord.com/developers/docs/resources/channel#overwrite-object
externaltype : T 
Inherited from: APIChannelBase