Fix up a few apis
This commit is contained in:
@@ -17,6 +17,6 @@
|
||||
---@param text string
|
||||
---@param chatType channel
|
||||
---Sends a chat message
|
||||
---@overload fun(text: string, chatType: channel, languageIndex: number)
|
||||
---@overload fun(text: string, chatType: channel, languageIndex: number, channel: string)
|
||||
---@overload fun(text: string, chatType: channel, languageIndex: number|nil)
|
||||
---@overload fun(text: string, chatType: channel, languageIndex: number|nil, channel: string)
|
||||
function SendChatMessage(text, chatType, languageIndex, channel) end
|
||||
Reference in New Issue
Block a user