GuildVoiceChannel
Extends
Constructors
new GuildVoiceChannel()
new GuildVoiceChannel(
client,channel,resolved):GuildVoiceChannel
Parameters
| Parameter | Type |
|---|---|
client | Client<Transformers, CacheManagerStructure> |
channel | GuildVoiceChannelStructure |
resolved | boolean |
Returns
Overrides
Defined in
transformers/src/factories/channel.ts:246
Properties
id
readonlyid:string
Inherited from
Defined in
transformers/src/factories/channel.ts:69
type
readonlytype:ChannelType
Inherited from
Defined in
transformers/src/factories/channel.ts:70
lastPinTimestamp
readonlylastPinTimestamp:undefined|null|string
Inherited from
Defined in
transformers/src/factories/channel.ts:71
flags
readonlyflags:number
Inherited from
Defined in
transformers/src/factories/channel.ts:72
client
readonlyclient:Client<Transformers,CacheManagerStructure>
Inherited from
Defined in
transformers/src/factories/channel.ts:74
guildId
readonlyguildId:string
Defined in
transformers/src/factories/channel.ts:233
name
readonlyname:string
Defined in
transformers/src/factories/channel.ts:234
position
readonlyposition:number
Defined in
transformers/src/factories/channel.ts:235
permissionOverwrites
readonlypermissionOverwrites:OverwriteStructure[]
Defined in
transformers/src/factories/channel.ts:236
lastMessageId
readonlylastMessageId:null|string
Defined in
transformers/src/factories/channel.ts:237
parentId
readonlyparentId:null|string
Defined in
transformers/src/factories/channel.ts:238
nsfw
readonlynsfw:boolean
Defined in
transformers/src/factories/channel.ts:239
rateLimitPerUser
readonlyrateLimitPerUser:number
Defined in
transformers/src/factories/channel.ts:240
rtcRegion
readonlyrtcRegion:null|string
Defined in
transformers/src/factories/channel.ts:241
userLimit
readonlyuserLimit:number
Defined in
transformers/src/factories/channel.ts:242
bitrate
readonlybitrate:number
Defined in
transformers/src/factories/channel.ts:243
videoQualityMode
readonlyvideoQualityMode:VideoQualityMode
Defined in
transformers/src/factories/channel.ts:244
Methods
send()
send(content, options)
send(
content,options?):Promise<Message>
Parameters
| Parameter | Type |
|---|---|
content | string |
options? | MessageSendOptions |
Returns
Promise<Message>
Inherited from
Defined in
transformers/src/factories/channel.ts:88
send(options)
send(
options):Promise<Message>
Parameters
| Parameter | Type |
|---|---|
options | MessageSendOptions |
Returns
Promise<Message>
Inherited from
Defined in
transformers/src/factories/channel.ts:89
isText()
isText():
this is GuildTextChannel
Returns
this is GuildTextChannel
Inherited from
Defined in
transformers/src/factories/channel.ts:129
isDM()
isDM():
this is DMChannel
Returns
this is DMChannel
Inherited from
Defined in
transformers/src/factories/channel.ts:133
isVoice()
isVoice():
this is GuildVoiceChannel
Returns
this is GuildVoiceChannel
Inherited from
Defined in
transformers/src/factories/channel.ts:137
isGroupDM()
isGroupDM():
this is GroupDMChannel
Returns
this is GroupDMChannel
Inherited from
Defined in
transformers/src/factories/channel.ts:141
isCategory()
isCategory():
this is GuildChannelCategory
Returns
this is GuildChannelCategory
Inherited from
Defined in
transformers/src/factories/channel.ts:145
isAnnouncement()
isAnnouncement():
this is GuildAnnouncementChannel
Returns
this is GuildAnnouncementChannel
Inherited from
Defined in
transformers/src/factories/channel.ts:149
isAnnouncementThread()
isAnnouncementThread():
this is ThreadChannel
Returns
this is ThreadChannel
Inherited from
Defined in
transformers/src/factories/channel.ts:153
isPublicThread()
isPublicThread():
this is ThreadChannel
Returns
this is ThreadChannel
Inherited from
Defined in
transformers/src/factories/channel.ts:157
isPrivateThread()
isPrivateThread():
this is ThreadChannel
Returns
this is ThreadChannel
Inherited from
Defined in
transformers/src/factories/channel.ts:161
isStageVoice()
isStageVoice():
this is GuildChannel
Returns
this is GuildChannel
Inherited from
Defined in
transformers/src/factories/channel.ts:165
isDirectory()
isDirectory():
this is GuildChannel
Returns
this is GuildChannel
Inherited from
Defined in
transformers/src/factories/channel.ts:169
isForum()
isForum():
this is ThreadLikeChannel
Returns
this is ThreadLikeChannel
Inherited from
Defined in
transformers/src/factories/channel.ts:173
isMedia()
isMedia():
this is ThreadLikeChannel
Returns
this is ThreadLikeChannel