6 lines
175 B
Lua
6 lines
175 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param index number
|
|
---Expands a group header in the chat channel listing
|
|
function ExpandChannelHeader(index) end
|