Add meta
This commit is contained in:
6
Meta/api/GetNumVoiceSessionMembersBySessionID.lua
Normal file
6
Meta/api/GetNumVoiceSessionMembersBySessionID.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param sessionId number
|
||||
---@return number numMembers
|
||||
---Returns the number of members in a voice channel
|
||||
function GetNumVoiceSessionMembersBySessionID(sessionId) end
|
||||
Reference in New Issue
Block a user