• Home
  • API Documentation

Class Member

Represents a GroupMe User.

Inheritance
Object
Member
Implements
IAvatarSource
Namespace: GroupMeClientApi.Models
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
Type Description
Boolean
| Improve this Doc View Source

AvatarUrl

Gets the Url to the user's avatar picture.

Declaration
public string AvatarUrl { get; }
Property Value
Type Description
String
| 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
Type Description
String
| 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
Type Description
String
| Improve this Doc View Source

ImageUrl

Gets the Url to the user's profile picture.

Declaration
public string ImageUrl { get; }
Property Value
Type Description
String
| 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
Type Description
Boolean
| Improve this Doc View Source

Name

Gets a user's full name or username.

Declaration
public string Name { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Nickname

Gets the user's nickname.

Declaration
public string Nickname { get; }
Property Value
Type Description
String
| 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
Type Description
String

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
Type Description
Boolean

Implements

IAvatarSource
  • Edit on GitHub
  • View on GitHub
Back to top Generated by DocFX