Difference between revisions of "InviteGroupRequest"

From Second Life Wiki
Jump to navigation Jump to search
m
(No difference)

Revision as of 16:10, 21 November 2006

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