Difference between revisions of "GroupMembersRequest"

From Second Life Wiki
Jump to navigation Jump to search
Line 12: Line 12:
GroupData Single
GroupData Single
{ GroupID LLUUID }
{ GroupID LLUUID }
{   RequestID LLUUID }
{       RequestID LLUUID }
}
}
}
}
Line 19: Line 19:
==Usage and Notes==
==Usage and Notes==
Requests a list of all of the members in a group as well as some information about them.
Requests a list of all of the members in a group as well as some information about them.
<b><tt>RequestID</tt></b> - A unique indicator for this particular request.  This should be unique for each request made.  Helps tracking incoming replies to this request.
[[Category:Messages]]
[[Category:Messages]]

Revision as of 13:13, 12 December 2006

Message Layout

{
	GroupMembersRequest Low NotTrusted Unencoded
	{
		AgentData		Single
		{	AgentID		LLUUID	}
		{	SessionID	LLUUID	}
	}
	{
		GroupData		Single
		{	GroupID		LLUUID	}
		{       RequestID	LLUUID	}
	}
}

Usage and Notes

Requests a list of all of the members in a group as well as some information about them.

RequestID - A unique indicator for this particular request. This should be unique for each request made. Helps tracking incoming replies to this request.