The member data of a single group user.
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 GroupMemberData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GroupMemberData | Initializes a new instance of the GroupMemberData 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 | |
---|---|---|
AutoKicked |
Defines if the user was autokicked.
| |
AvatarImage |
The PictureData for the user avatar.
| |
AvatarUrl |
The image-url for the user avatar.
| |
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).
| |
Messages |
The GroupMeDirectMessages from the authenticated user to this user (and vice versa).
| |
Muted |
Defines if this user is in muted state.
| |
Nickname |
The nickname of the user in the given group.
| |
UserId |
The globally unique user id.
|
See Also