Skip to content

GuildVoiceChannelStructure

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: GUILD_VOICE

Overrides

Base.type

Defined in

typings/channel.ts:98


guild_id

guild_id: string

Defined in

typings/channel.ts:99


name

name: string

Defined in

typings/channel.ts:100


position

position: number

Defined in

typings/channel.ts:101


permission_overwrites

permission_overwrites: OverwriteStructure[]

Defined in

typings/channel.ts:102


last_message_id

last_message_id: null | string

Defined in

typings/channel.ts:103


parent_id

parent_id: null | string

Defined in

typings/channel.ts:104


nsfw

nsfw: boolean

Defined in

typings/channel.ts:105


rate_limit_per_user

rate_limit_per_user: number

Defined in

typings/channel.ts:106


rtc_region

rtc_region: null | string

Defined in

typings/channel.ts:107


user_limit

user_limit: number

Defined in

typings/channel.ts:108


bitrate

bitrate: number

Defined in

typings/channel.ts:109


video_quality_mode?

optional video_quality_mode: VideoQualityMode

Defined in

typings/channel.ts:110