Skip to content

ThreadChannelStructure

See

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

Extends

Properties

id

id: string

Inherited from

Base.id

Defined in

typings/channel.ts:65


last_pin_timestamp?

optional last_pin_timestamp: null | string

Inherited from

Base.last_pin_timestamp

Defined in

typings/channel.ts:67


permissions?

optional permissions: string

Only exists in resolved data

Inherited from

Base.permissions

Defined in

typings/channel.ts:69


flags?

optional flags: number

Bitfield of ChannelFlags

Inherited from

Base.flags

Defined in

typings/channel.ts:73


type

type: ANNOUNCEMENT_THREAD | PUBLIC_THREAD | PRIVATE_THREAD

Overrides

Base.type

Defined in

typings/channel.ts:142


guild_id

guild_id: string

Defined in

typings/channel.ts:143


parent_id

parent_id: null | string

Defined in

typings/channel.ts:144


owner_id

owner_id: string

Defined in

typings/channel.ts:145


name

name: string

Defined in

typings/channel.ts:146


last_message_id

last_message_id: null | string

Defined in

typings/channel.ts:147


message_count

message_count: number

Defined in

typings/channel.ts:148


member_count

member_count: number

Defined in

typings/channel.ts:149


thread_metadata

thread_metadata: ThreadMetadataStructure

Defined in

typings/channel.ts:150


total_message_sent

total_message_sent: number

Defined in

typings/channel.ts:151


member?

optional member: ThreadMemberStructure

Defined in

typings/channel.ts:152


default_thread_rate_limit_per_user?

optional default_thread_rate_limit_per_user: number

Defined in

typings/channel.ts:153