Search Results for

    Show / Hide Table of Contents

    Class DiscordAuditLogMessagePinEntry

    Represents a audit log message pin entry.

    Inheritance
    System.Object
    SnowflakeObject
    DiscordAuditLogEntry
    DiscordAuditLogMessagePinEntry
    Inherited Members
    DiscordAuditLogEntry.ActionType
    DiscordAuditLogEntry.UserResponsible
    DiscordAuditLogEntry.Reason
    DiscordAuditLogEntry.ActionCategory
    SnowflakeObject.Id
    SnowflakeObject.CreationTimestamp
    Namespace: DisCatSharp.Entities
    Assembly: DisCatSharp.dll
    Syntax
    public sealed class DiscordAuditLogMessagePinEntry : DiscordAuditLogEntry

    Properties

    | Improve this Doc View Source

    Channel

    Gets the channel the message is in.

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

    Message

    Gets the message the pin action was for.

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

    Target

    Gets the affected message's user.

    Declaration
    public DiscordUser Target { get; }
    Property Value
    Type Description
    DiscordUser

    Extension Methods

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