-
Notifications
You must be signed in to change notification settings - Fork 0
Voice
Dmitry edited this page Aug 11, 2024
·
2 revisions
property | type |
---|---|
cache_ttl |
?int |
$voice = $api->voice->listVoiceRegions();
property | type |
---|---|
guild_id |
string |
cache_ttl |
?int |
$voice = $api->voice->getCurrentUserVoiceState(guild_id: 'guild_id');
property | type |
---|---|
guild_id |
string |
user_id |
string |
cache_ttl |
?int |
$voice = $api->voice->getUserVoiceState(guild_id: 'guild_id', user_id: 'user_id');
property | type |
---|---|
guild_id |
string |
params |
array |
cache_ttl |
?int |
$voice = $api->voice->modifyCurrentUserVoiceState(guild_id: 'guild_id', params: []);
property | type |
---|---|
guild_id |
string |
user_id |
string |
params |
array |
cache_ttl |
?int |
$voice = $api->voice->modifyUserVoiceState(guild_id: 'guild_id', user_id: 'user_id', params: []);