Open Jodenee opened 1 month ago
Is your feature request related to a problem? Please describe. Relationship endpoints for groups are not implemented.
If your feature is related to implementing a new Roblox API, provide information here.
Group Relationship Docs
Documented: Yes
Describe the solution you'd like
Add new enum GroupRelationType.
GroupRelationType
The following classes should be added
GroupRelationship
GroupRelationshipRequest
The following methods should be added
BaseGroup.get_relationships()
GroupRelationship.remove()
BaseGroup.request_relationship()
BaseGroup.get_relationship_requests()
BaseGroup.decline_relationship_requests()
BaseGroup.accept_relationship_requests()
GroupRelationshipRequest.decline()
GroupRelationshipRequest.accept()
I'll add this
Is your feature request related to a problem? Please describe. Relationship endpoints for groups are not implemented.
If your feature is related to implementing a new Roblox API, provide information here.
Group Relationship Docs
Documented: Yes
Describe the solution you'd like
Add new enum
GroupRelationType
.The following classes should be added
GroupRelationship
GroupRelationshipRequest
The following methods should be added
BaseGroup.get_relationships()
GroupRelationship.remove()
BaseGroup.request_relationship()
BaseGroup.get_relationship_requests()
BaseGroup.decline_relationship_requests()
BaseGroup.accept_relationship_requests()
GroupRelationshipRequest.decline()
GroupRelationshipRequest.accept()