InviteGroupRequest

From Second Life Wiki
Revision as of 13:28, 13 December 2006 by Jonathan Linden (talk | contribs)
Jump to navigation Jump to search

Message Layout

{
	InviteGroupRequest Low NotTrusted Unencoded
	{
		AgentData	Single
		{	AgentID		LLUUID	}	
		{	SessionID	LLUUID	}
	}
	{
		GroupData	Single
		{	GroupID		LLUUID	}
	}
	{
		InviteData	Variable
		{	InviteeID	LLUUID	}
		{	RoleID		LLUUID	}
	}
}

Usage and Notes

Used to invite any number of agents into the group (so long as they all fit in the packet).

InviteeID - The agent ID of the agent you want to invite into the group. RoleID - The role ID of the role you want to invite the invitee into.