Skip to content

GuildTextChannelStructure

See

https://discord.com/developers/docs/resources/channel#channel-object-channel-structure

Extends

Properties

id

id: string

Inherited from

BaseGuildChannelStructure.id

Defined in

typings/channel.ts:65


last_pin_timestamp?

optional last_pin_timestamp: null | string

Inherited from

BaseGuildChannelStructure.last_pin_timestamp

Defined in

typings/channel.ts:67


permissions?

optional permissions: string

Only exists in resolved data

Inherited from

BaseGuildChannelStructure.permissions

Defined in

typings/channel.ts:69


flags?

optional flags: number

Bitfield of ChannelFlags

Inherited from

BaseGuildChannelStructure.flags

Defined in

typings/channel.ts:73


guild_id

guild_id: string

Inherited from

BaseGuildChannelStructure.guild_id

Defined in

typings/channel.ts:77


position

position: number

Inherited from

BaseGuildChannelStructure.position

Defined in

typings/channel.ts:78


permission_overwrites

permission_overwrites: OverwriteStructure[]

Inherited from

BaseGuildChannelStructure.permission_overwrites

Defined in

typings/channel.ts:79


name

name: string

Inherited from

BaseGuildChannelStructure.name

Defined in

typings/channel.ts:80


topic

topic: null | string

Inherited from

BaseGuildChannelStructure.topic

Defined in

typings/channel.ts:81


nsfw

nsfw: boolean

Inherited from

BaseGuildChannelStructure.nsfw

Defined in

typings/channel.ts:82


last_message_id

last_message_id: null | string

Inherited from

BaseGuildChannelStructure.last_message_id

Defined in

typings/channel.ts:83


parent_id

parent_id: null | string

Inherited from

BaseGuildChannelStructure.parent_id

Defined in

typings/channel.ts:84


default_auto_archive_duration

default_auto_archive_duration: AutoArchiveDuration

Inherited from

BaseGuildChannelStructure.default_auto_archive_duration

Defined in

typings/channel.ts:85


type

type: GUILD_TEXT

Overrides

BaseGuildChannelStructure.type

Defined in

typings/channel.ts:89


rate_limit_per_user

rate_limit_per_user: number

Defined in

typings/channel.ts:90