StartGroupProposal

From Second Life Wiki
Jump to navigation Jump to search

Message Layout

{
	StartGroupProposal Low NotTrusted Zerocoded
	{
		AgentData		Single
		{	AgentID		LLUUID	}
		{	SessionID	LLUUID	}
	}
	{
		ProposalData		Single
		{	GroupID		LLUUID			}
		{	Quorum		S32			}
		{	Majority	F32			}	
		{	Duration	S32			}	
		{	ProposalText	Variable	1	}	
	}
}

Usage and Notes

This message is used to intiate a group proposal for a given group in which an agent is a member of. The requesting agent must be a member of the group and have sufficient group powers to start a proposal for the proposal to be created.