Show / Hide Table of Contents

Class RestGroupUser

Represents a REST-based group user.

Inheritance
System.Object
RestEntity<System.UInt64>
RestUser
RestGroupUser
Implements
IUpdateable
IGroupUser
IUser
ISnowflakeEntity
IEntity<System.UInt64>
IMentionable
IPresence
IVoiceState
Inherited Members
RestUser.IsBot
RestUser.Username
RestUser.DiscriminatorValue
RestUser.AvatarId
RestUser.CreatedAt
RestUser.Discriminator
RestUser.Mention
RestUser.Activity
RestUser.Status
RestUser.ActiveClients
RestUser.IsWebhook
RestUser.UpdateAsync(RequestOptions)
RestUser.GetOrCreateDMChannelAsync(RequestOptions)
RestUser.GetAvatarUrl(ImageFormat, UInt16)
RestUser.GetDefaultAvatarUrl()
RestUser.ToString()
RestUser.IUser.GetOrCreateDMChannelAsync(RequestOptions)
RestEntity<UInt64>.Id
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Discord.Rest
Assembly: Discord.Net.Rest.dll
Syntax
public class RestGroupUser : RestUser, IUpdateable, IGroupUser, IUser, ISnowflakeEntity, IEntity<ulong>, IMentionable, IPresence, IVoiceState

Explicit Interface Implementations

| Improve this Doc View Source

IVoiceState.IsDeafened

Declaration
bool IVoiceState.IsDeafened { get; }
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IVoiceState.IsMuted

Declaration
bool IVoiceState.IsMuted { get; }
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IVoiceState.IsSelfDeafened

Declaration
bool IVoiceState.IsSelfDeafened { get; }
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IVoiceState.IsSelfMuted

Declaration
bool IVoiceState.IsSelfMuted { get; }
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IVoiceState.IsStreaming

Declaration
bool IVoiceState.IsStreaming { get; }
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IVoiceState.IsSuppressed

Declaration
bool IVoiceState.IsSuppressed { get; }
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IVoiceState.VoiceChannel

Declaration
IVoiceChannel IVoiceState.VoiceChannel { get; }
Returns
Type Description
IVoiceChannel
| Improve this Doc View Source

IVoiceState.VoiceSessionId

Declaration
string IVoiceState.VoiceSessionId { get; }
Returns
Type Description
System.String

Implements

IUpdateable
IGroupUser
IUser
ISnowflakeEntity
IEntity<TId>
IMentionable
IPresence
IVoiceState
  • Improve this Doc
  • View Source
Back to top Generated by DocFX