Search Results for

    Show / Hide Table of Contents

    Class KuracordMessageFile

    Represents the File that should be sent to Kuracord from the .

    Inheritance
    Object
    KuracordMessageFile
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: KSharpPlus.Entities.Channel.Message
    Assembly: KSharpPlus.dll
    Syntax
    public class KuracordMessageFile

    Properties

    | Improve this Doc View Source

    FileName

    Gets the FileName of the File.

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

    Stream

    Gets the stream of the File.

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