channelName {get}
API -
return function()
local user = getUser('clonzeh');
if user == nil then
log('user does not exist!');
return;
end
log('user channel name is: ' .. user.channelName); --this will be an empty string if data is not available
end
Last updated