Search Results for

    Show / Hide Table of Contents

    Class DiscordMessageReference

    Represents data from the original message.

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

    Properties

    | Improve this Doc View Source

    Channel

    Gets the channel of the original message.

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

    Guild

    Gets the guild of the original message.

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

    Message

    Gets the original message.

    Declaration
    public DiscordMessage Message { get; }
    Property Value
    Type Description
    DiscordMessage

    Methods

    | Improve this Doc View Source

    ToString()

    Gets a readable message reference string.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    Extension Methods

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