Difference between revisions of "InviteGroupRequest"
Jump to navigation
Jump to search
Cube Linden (talk | contribs) m |
|||
Line 1: | Line 1: | ||
{{ProtocolNav}} | {{ProtocolNav}} | ||
==Message Layout== | ==Message Layout== | ||
Line 23: | Line 22: | ||
</pre> | </pre> | ||
==Usage and Notes== | ==Usage and Notes== | ||
Used to invite any number of agents into the group (so long as they all fit in the packet). | |||
<b><tt>InviteeID</tt></b> - The agent ID of the agent you want to invite into the group. | |||
<b><tt>RoleID</tt></b> - The role ID of the role you want to invite the invitee into. | |||
[[Category:Messages]] | [[Category:Messages]] |
Revision as of 12:28, 13 December 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
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.