The result data of the GroupAddMemberResultsCommand.
Inheritance Hierarchy
CkSoftware.GroupMe.Sdk.Groups.Dao GroupMemberData
CkSoftware.GroupMe.Sdk.Groups.Dao GroupMemberAddedData
Namespace: CkSoftware.GroupMe.Sdk.Groups.Dao
Assembly: CkSoftware.GroupMe.Sdk.Groups (in CkSoftware.GroupMe.Sdk.Groups.dll) Version: 1.0.1.35398 (1.0.1.0)
Syntax
The GroupMemberAddedData type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| GroupMemberAddedData | Initializes a new instance of the GroupMemberAddedData class |
Methods
| Name | Description | |
|---|---|---|
| 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.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| AppInstalled |
Defines if the added user have installed the smartphone app.
| |
| AutoKicked |
Defines if the user was autokicked.
(Inherited from GroupMemberData.) | |
| AvatarImage |
The PictureData for the user avatar.
(Inherited from GroupMemberData.) | |
| AvatarUrl |
The image-url for the user avatar.
(Inherited from GroupMemberData.) | |
| Guid |
The Guid of the add-member operation.
| |
| GuidString |
The string representation of the add-member operation guid.
| |
| Id |
The id of this user in the given group (this is a changing id from group to group, the UserId member shows the unique user id).
(Inherited from GroupMemberData.) | |
| Messages |
The GroupMeDirectMessages from the authenticated user to this user (and vice versa).
(Inherited from GroupMemberData.) | |
| Muted |
Defines if this user is in muted state.
(Inherited from GroupMemberData.) | |
| Nickname |
The nickname of the user in the given group.
(Inherited from GroupMemberData.) | |
| UserId |
The globally unique user id.
(Inherited from GroupMemberData.) |
See Also