globalChatBubbleScale {get;set}
API -
return function()
    local app = getApp();
    app.globalChatBubbleScale = 2; --accepts values between 1 and 4
endLast updated
API -
return function()
    local app = getApp();
    app.globalChatBubbleScale = 2; --accepts values between 1 and 4
endLast updated