-addToGroup

From Catglobe Wiki
Revision as of 09:04, 16 July 2021 by Administrator (talk | contribs) (Created page with "Category:Group_Functions = addToGroup = Add qas user to group. This fuction required qas context == Syntax == addToGroup(number groupId); == Arguments == number groupI...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

addToGroup

Add qas user to group. This fuction required qas context

Syntax

addToGroup(number groupId);

Arguments

number groupId: this is Id of the group

Return type

Boolean. True if add sucessfull and False if not

Example

addToGroup(123456);