Skip to content

ExtendedThreadChannel

Extends

Properties

id

readonly id: string

Inherited from

ThreadChannel.id

Defined in

transformers/src/factories/channel.ts:69


type

readonly type: ChannelType

Inherited from

ThreadChannel.type

Defined in

transformers/src/factories/channel.ts:70


lastPinTimestamp

readonly lastPinTimestamp: undefined | null | string

Inherited from

ThreadChannel.lastPinTimestamp

Defined in

transformers/src/factories/channel.ts:71


flags

readonly flags: number

Inherited from

ThreadChannel.flags

Defined in

transformers/src/factories/channel.ts:72


client

readonly client: Client<Transformers, CacheManagerStructure>

Inherited from

ThreadChannel.client

Defined in

transformers/src/factories/channel.ts:74


newlyCreated

readonly newlyCreated: boolean

Defined in

transformers/src/factories/channel.ts:319


guildId

readonly guildId: string

Inherited from

ThreadChannel.guildId

Defined in

transformers/src/factories/channel.ts:323


parentId

readonly parentId: null | string

Inherited from

ThreadChannel.parentId

Defined in

transformers/src/factories/channel.ts:324


ownerId

readonly ownerId: string

Inherited from

ThreadChannel.ownerId

Defined in

transformers/src/factories/channel.ts:325


name

readonly name: string

Inherited from

ThreadChannel.name

Defined in

transformers/src/factories/channel.ts:326


lastMessageId

readonly lastMessageId: null | string

Inherited from

ThreadChannel.lastMessageId

Defined in

transformers/src/factories/channel.ts:327


messageCount

readonly messageCount: number

Inherited from

ThreadChannel.messageCount

Defined in

transformers/src/factories/channel.ts:328


memberCount

readonly memberCount: number

Inherited from

ThreadChannel.memberCount

Defined in

transformers/src/factories/channel.ts:329


threadMetadata

readonly threadMetadata: ThreadMetadataStructure

Inherited from

ThreadChannel.threadMetadata

Defined in

transformers/src/factories/channel.ts:330


totalMessageSent

readonly totalMessageSent: number

Inherited from

ThreadChannel.totalMessageSent

Defined in

transformers/src/factories/channel.ts:331


member

readonly member: undefined | ThreadMember

Inherited from

ThreadChannel.member

Defined in

transformers/src/factories/channel.ts:332


defaultThreadRateLimitPerUser

readonly defaultThreadRateLimitPerUser: number

Inherited from

ThreadChannel.defaultThreadRateLimitPerUser

Defined in

transformers/src/factories/channel.ts:333

Methods

send()

send(content, options)

send(content, options?): Promise<Message>

Parameters
ParameterType
contentstring
options?MessageSendOptions
Returns

Promise<Message>

Inherited from

ThreadChannel.send

Defined in

transformers/src/factories/channel.ts:88

send(options)

send(options): Promise<Message>

Parameters
ParameterType
optionsMessageSendOptions
Returns

Promise<Message>

Inherited from

ThreadChannel.send

Defined in

transformers/src/factories/channel.ts:89


isText()

isText(): this is GuildTextChannel

Returns

this is GuildTextChannel

Inherited from

ThreadChannel.isText

Defined in

transformers/src/factories/channel.ts:129


isDM()

isDM(): this is DMChannel

Returns

this is DMChannel

Inherited from

ThreadChannel.isDM

Defined in

transformers/src/factories/channel.ts:133


isVoice()

isVoice(): this is GuildVoiceChannel

Returns

this is GuildVoiceChannel

Inherited from

ThreadChannel.isVoice

Defined in

transformers/src/factories/channel.ts:137


isGroupDM()

isGroupDM(): this is GroupDMChannel

Returns

this is GroupDMChannel

Inherited from

ThreadChannel.isGroupDM

Defined in

transformers/src/factories/channel.ts:141


isCategory()

isCategory(): this is GuildChannelCategory

Returns

this is GuildChannelCategory

Inherited from

ThreadChannel.isCategory

Defined in

transformers/src/factories/channel.ts:145


isAnnouncement()

isAnnouncement(): this is GuildAnnouncementChannel

Returns

this is GuildAnnouncementChannel

Inherited from

ThreadChannel.isAnnouncement

Defined in

transformers/src/factories/channel.ts:149


isAnnouncementThread()

isAnnouncementThread(): this is ThreadChannel

Returns

this is ThreadChannel

Inherited from

ThreadChannel.isAnnouncementThread

Defined in

transformers/src/factories/channel.ts:153


isPublicThread()

isPublicThread(): this is ThreadChannel

Returns

this is ThreadChannel

Inherited from

ThreadChannel.isPublicThread

Defined in

transformers/src/factories/channel.ts:157


isPrivateThread()

isPrivateThread(): this is ThreadChannel

Returns

this is ThreadChannel

Inherited from

ThreadChannel.isPrivateThread

Defined in

transformers/src/factories/channel.ts:161


isStageVoice()

isStageVoice(): this is GuildChannel

Returns

this is GuildChannel

Inherited from

ThreadChannel.isStageVoice

Defined in

transformers/src/factories/channel.ts:165


isDirectory()

isDirectory(): this is GuildChannel

Returns

this is GuildChannel

Inherited from

ThreadChannel.isDirectory

Defined in

transformers/src/factories/channel.ts:169


isForum()

isForum(): this is ThreadLikeChannel

Returns

this is ThreadLikeChannel

Inherited from

ThreadChannel.isForum

Defined in

transformers/src/factories/channel.ts:173


isMedia()

isMedia(): this is ThreadLikeChannel

Returns

this is ThreadLikeChannel

Inherited from

ThreadChannel.isMedia

Defined in

transformers/src/factories/channel.ts:177


hasMember()

hasMember(): this is ThreadChannel & Object

Returns

this is ThreadChannel & Object

Inherited from

ThreadChannel.hasMember

Defined in

transformers/src/factories/channel.ts:354