Groups(groupId)

PARAM groupId: Group Id of a group

get_group_info()

RETURN : Dictionary

{
'groupName':'string',
'memberCount':0,
'ownerId':0,
'ownerName':'string',
'shout':'string',
'description':'string',
'groupIcon':'string'
}

get_group_roles()

RETURN : Dictionary

{'length':0,'groupRoles':[{'id':0,'name':'string','rank':0,'memberCount':0}]}

get_role_in_group(robloxId)

RETURN : Dictionary

get_group_games()

RETURN : Dictionary

get_wall_posts()

RETURN : List with latest 10 wall posts if SUCCESS else dictionary if ERROR

get_group_allies()

RETURN: Dictionary

get_group_enemies()

RETURN: Dictionary

Last updated

Was this helpful?