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 SourceDescription
Gets the description of the File.
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
FileName
Gets the FileName of the File.
Declaration
public string FileName { get; }
Property Value
Type | Description |
---|---|
System.String |
Stream
Gets the stream of the File.
Declaration
public Stream Stream { get; }
Property Value
Type | Description |
---|---|
System.IO.Stream |