Difference between revisions of "GroupVoteHistoryRequest"

From Second Life Wiki
Jump to navigation Jump to search
m
 
Line 1: Line 1:
{{ProtocolNav}}
{{ProtocolNav}}
==Message Layout==
==Message Layout==
Line 7: Line 6:
{
{
AgentData Single
AgentData Single
{ AgentID LLUUID }
{ AgentID LLUUID }
{ SessionID LLUUID }
{ SessionID LLUUID }
}
}
{
{
GroupData Single
GroupData Single
{ GroupID LLUUID }
{ GroupID LLUUID }
}
}
{
{
Line 21: Line 20:


</pre>
</pre>
==Usage and Notes==
==Usage and Notes==
[[Category:Messages]]
[[Category:Messages]]

Revision as of 18:16, 27 November 2006

Message Layout

{
	GroupVoteHistoryRequest Low NotTrusted Unencoded
	{
		AgentData	Single
		{	AgentID			LLUUID	}
		{	SessionID		LLUUID	}
	}
	{
		GroupData	Single
		{	GroupID			LLUUID	}
	}
	{
		TransactionData Single
		{	TransactionID	LLUUID	}
	}
}

Usage and Notes