Class RestRequest
Represents a non-multipart HTTP request.
Inherited Members
Namespace: KSharpPlus.Net.Rest
Assembly: KSharpPlus.dll
Syntax
public class RestRequest : BaseRestRequest
Properties
| Improve this Doc View SourcePayload
Gets the payload sent with this request.
Declaration
public string Payload { get; }
Property Value
Type | Description |
---|---|
String |