api: Add RTCRegionID for ModifyChannelData

This commit is contained in:
diamondburned 2022-01-06 21:03:40 -08:00
parent 4fa2363f8a
commit f5e713dee5
No known key found for this signature in database
GPG Key ID: D78C4471CE776659
1 changed files with 5 additions and 0 deletions

View File

@ -175,6 +175,11 @@ type ModifyChannelData struct {
//
// Channel Types: Voice
VoiceUserLimit option.NullableUint `json:"user_limit,omitempty"`
// RTCRegionID is the channel voice region id. It will be determined
// automatically set, if omitted.
//
// Channel Types: Voice
RTCRegionID option.NullableString `json:"rtc_region,omitempty"`
// Overwrites are the channel or category-specific permissions.
//
// Channel Types: Text, News, Store, Voice, Category