Search Results for

    Show / Hide Table of Contents

    Class GuildRateLimitErrorResult

    An error result describing a slash command rate limit.

    Inheritance
    Object
    ErrorResult
    InteractionRequirementErrorResult
    BaseRateLimitErrorResult
    GuildRateLimitErrorResult
    Implements
    IErrorResult
    IEquatable<ErrorResult>
    IEquatable<InteractionRequirementErrorResult>
    IEquatable<BaseRateLimitErrorResult>
    IEquatable<GuildRateLimitErrorResult>
    Inherited Members
    BaseRateLimitErrorResult.Max
    BaseRateLimitErrorResult.AbsoluteExpiration
    ErrorResult.ErrorMessage
    System.Object.Equals(System.Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Object.ToString()
    Namespace: Color_Chan.Discord.Commands.Models.Results
    Assembly: Color-Chan.Discord.Commands.dll
    Syntax
    public class GuildRateLimitErrorResult : BaseRateLimitErrorResult, IErrorResult, IEquatable<ErrorResult>, IEquatable<InteractionRequirementErrorResult>, IEquatable<BaseRateLimitErrorResult>, IEquatable<GuildRateLimitErrorResult>

    Constructors

    | Improve this Doc View Source

    GuildRateLimitErrorResult(BaseRateLimitErrorResult, UInt64)

    Initializes a new instance of GuildRateLimitErrorResult.

    Declaration
    public GuildRateLimitErrorResult(BaseRateLimitErrorResult baseError, ulong guildId)
    Parameters
    Type Name Description
    BaseRateLimitErrorResult baseError

    The BaseRateLimitErrorResult.

    System.UInt64 guildId

    The server that hit the rate limit.

    Properties

    | Improve this Doc View Source

    GuildId

    The Server that hit the rate limit.

    Declaration
    public ulong GuildId { get; }
    Property Value
    Type Description
    System.UInt64

    Implements

    IErrorResult
    System.IEquatable<T>
    System.IEquatable<T>
    System.IEquatable<T>
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX