Search Results for

    Show / Hide Table of Contents

    Class SnowflakeObject

    Represents an object in Kuracord API.

    Inheritance
    Object
    SnowflakeObject
    KuracordChannel
    KuracordAttachment
    KuracordMessage
    KuracordGuild
    KuracordMember
    KuracordRole
    KuracordInviteGuild
    KuracordUser
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: KSharpPlus.Entities
    Assembly: KSharpPlus.dll
    Syntax
    public abstract class SnowflakeObject

    Properties

    | Improve this Doc View Source

    CreationTimestamp

    Gets the date and time this object was created.

    Declaration
    public DateTimeOffset CreationTimestamp { get; }
    Property Value
    Type Description
    DateTimeOffset
    | Improve this Doc View Source

    Id

    Gets the ID of this object.

    Declaration
    public ulong Id { get; }
    Property Value
    Type Description
    UInt64
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2023 KSharpPlus Contributors