Struct Image
An image that will be uploaded to Discord.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public struct Image : IDisposable
Properties​
Stream​
Gets the stream to be uploaded to Discord.
View Source​
Declaration
public readonly Stream Stream { get; }
Methods​
Dispose()​
View Source​
Declaration
public void Dispose()
Implements​
System.IDisposable