|
|
@ -1494,6 +1494,7 @@ class VoiceChannel(VocalGuildChannel): |
|
|
|
rtc_region: Optional[str] = ..., |
|
|
|
video_quality_mode: VideoQualityMode = ..., |
|
|
|
slowmode_delay: int = ..., |
|
|
|
status: Optional[str] = ..., |
|
|
|
reason: Optional[str] = ..., |
|
|
|
) -> VoiceChannel: |
|
|
|
... |
|
|
@ -1553,6 +1554,11 @@ class VoiceChannel(VocalGuildChannel): |
|
|
|
The camera video quality for the voice channel's participants. |
|
|
|
|
|
|
|
.. versionadded:: 2.0 |
|
|
|
status: Optional[:class:`str`] |
|
|
|
The new voice channel status. It can be up to 500 characters. |
|
|
|
Can be ``None`` to remove the status. |
|
|
|
|
|
|
|
.. versionadded:: 2.4 |
|
|
|
|
|
|
|
Raises |
|
|
|
------ |
|
|
|