The GroupMeGroup type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddMember |
Adds the given member-data to a list of members to add to the group. This DOES NOT directly submit the member to the
group. To submit the added member(s), call SubmitAddedMembers().
| |
| CheckAddMemberResults |
Checks the status for the given results id and returns the status including the finished and missing member-data.
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RemoveMember(String) |
Removes a user from this group.
| |
| RemoveMember(GroupMemberData) |
Removes a user from this group.
| |
| ResolveLikesForMessage |
Resolves all likes of the given message to their respective group members.
| |
| SubmitAddedMembersAndWaitForResults |
Submits the previously prepared AddMembers Command, awaits the results and returns the AddMember results.
| |
| SubmitAddedMembersAsync |
Submits the previously prepared AddMembers Command and returns the Results Id required for Result-Polling / Checking.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also