Class KuracordMessageFile
Represents the File that should be sent to Kuracord from the
Inherited Members
Namespace: KSharpPlus.Entities.Channel.Message
Assembly: KSharpPlus.dll
Syntax
public class KuracordMessageFile
Properties
| Improve this Doc View SourceFileName
Gets the FileName of the File.
Declaration
public string FileName { get; }
Property Value
Type | Description |
---|---|
String |
Stream
Gets the stream of the File.
Declaration
public Stream Stream { get; }
Property Value
Type | Description |
---|---|
Stream |