Search Results for

    Show / Hide Table of Contents

    Class DiscordGuildTemplate

    Represents a guild template.

    Inheritance
    System.Object
    DiscordGuildTemplate
    Namespace: DisCatSharp.Entities
    Assembly: DisCatSharp.dll
    Syntax
    public class DiscordGuildTemplate

    Properties

    | Improve this Doc View Source

    Code

    Gets the template code.

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

    CreatedAt

    Date the template was created.

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

    Creator

    Gets the creator of the template.

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

    CreatorId

    Gets the ID of the creator of the template.

    Declaration
    public ulong CreatorId { get; }
    Property Value
    Type Description
    System.UInt64
    | Improve this Doc View Source

    Description

    Gets the description of the template.

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

    IsDirty

    Gets whether the template has unsynced changes.

    Declaration
    public bool? IsDirty { get; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    IsUnsynced

    Gets whether the template has unsynced changes.

    Declaration
    public bool? IsUnsynced { get; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    Remarks
    IsDirty
    | Improve this Doc View Source

    Name

    Gets the name of the template.

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

    SourceGuild

    Gets the source guild.

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

    SourceGuildId

    Gets the ID of the source guild.

    Declaration
    public ulong SourceGuildId { get; }
    Property Value
    Type Description
    System.UInt64
    | Improve this Doc View Source

    UpdatedAt

    Date the template was updated.

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

    UsageCount

    Gets the number of times the template has been used.

    Declaration
    public int UsageCount { get; }
    Property Value
    Type Description
    System.Int32

    Extension Methods

    ReflectionUtilities.ToDictionary<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems