Class Member
Represents a GroupMe User.
Assembly: GroupMeClientApi.dll
Syntax
public class Member : object, IAvatarSource
Properties
|
Improve this Doc
View Source
Autokicked
Gets a value indicating whether gets whether the user has been autokicked from a Group.
Declaration
public bool Autokicked { get; }
Property Value
|
Improve this Doc
View Source
AvatarUrl
Gets the Url to the user's avatar picture.
Declaration
public string AvatarUrl { get; }
Property Value
|
Improve this Doc
View Source
Id
Gets the Member's unique identifier within a Group, or global identifier within a Chat.
Declaration
public string Id { get; }
Property Value
|
Improve this Doc
View Source
ImageOrAvatarUrl
Gets the Url to the user's avatar or group profile picture.
Declaration
public string ImageOrAvatarUrl { get; }
Property Value
|
Improve this Doc
View Source
ImageUrl
Gets the Url to the user's profile picture.
Declaration
public string ImageUrl { get; }
Property Value
|
Improve this Doc
View Source
Muted
Gets a value indicating whether gets whether the user has the Group or Chat muted.
Declaration
public bool Muted { get; }
Property Value
|
Improve this Doc
View Source
Name
Gets a user's full name or username.
Declaration
public string Name { get; }
Property Value
|
Improve this Doc
View Source
Nickname
Gets the user's nickname.
Declaration
public string Nickname { get; }
Property Value
|
Improve this Doc
View Source
Roles
Gets a list of roles within a Group that a user has.
Declaration
public IList<string> Roles { get; }
Property Value
| Type |
Description |
| IList<String> |
|
|
Improve this Doc
View Source
UserId
Gets the Member's Global Id for GroupMe. Not used in Chat.
Declaration
public string UserId { get; }
Property Value
Explicit Interface Implementations
|
Improve this Doc
View Source
IAvatarSource.IsRoundedAvatar
Gets a value indicating whether the avatar image should be rounded for this IAvatarSource.
Declaration
bool IAvatarSource.IsRoundedAvatar { get; }
Returns
Implements