Created
June 22, 2020 16:04
-
-
Save Neztore/0820750cf056c8aebf021f52b45acf24 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Remove Member: | |
| TargetId: number | |
| TargetName: string | |
| -------- | |
| Delete Post: | |
| PostDesc: string | |
| TargetId: number | |
| TargetName: string | |
| -------- | |
| Accept Join Request: | |
| TargetId: number | |
| TargetName: string | |
| -------- | |
| Change Rank: | |
| TargetId: number | |
| OldRoleSetId: number | |
| NewRoleSetId: number | |
| TargetName: string | |
| OldRoleSetName: string | |
| NewRoleSetName: string | |
| -------- | |
| Send Ally Request: | |
| TargetGroupId: number | |
| TargetGroupName: string | |
| -------- | |
| Decline Join Request: | |
| TargetId: number | |
| TargetName: string | |
| -------- | |
| Post Status: | |
| Text: string | |
| -------- | |
| Decline Ally Request: | |
| TargetGroupId: number | |
| TargetGroupName: string | |
| -------- | |
| Create Items: | |
| AssetId: number | |
| AssetName: string | |
| -------- | |
| Spend Group Funds: | |
| Amount: number | |
| CurrencyTypeId: number | |
| ItemDescription: string | |
| CurrencyTypeName: string | |
| -------- | |
| Change Owner: | |
| OldOwnerId: number | |
| NewOwnerId: number | |
| IsRoblox: boolean | |
| OldOwnerName: string | |
| NewOwnerName: string | |
| -------- | |
| Change Description: | |
| NewDescription: string | |
| -------- | |
| Configure Group Asset: | |
| AssetId: number | |
| Actions: object | |
| AssetName: string | |
| -------- | |
| Process finished with exit code 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment