Search Results for

    Show / Hide Table of Contents

    Class DiscordMessageFile

    Represents the File that should be sent to Discord from the DiscordMessageBuilder.

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

    Properties

    | Improve this Doc View Source

    Description

    Gets the description of the File.

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

    FileName

    Gets the FileName of the File.

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

    Stream

    Gets the stream of the File.

    Declaration
    public Stream Stream { get; }
    Property Value
    Type Description
    System.IO.Stream

    Extension Methods

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