Class JsonRestRequest
Assembly: Discord.Net.Rest.dll​
View Source​
Declaration
public class JsonRestRequest : RestRequest, IRequest
Properties​
Json​
View Source​
Declaration
public string Json { get; }
Methods​
SendAsync()​
View Source​
Declaration
public override async Task<RestResponse> SendAsync()
Returns​
System.Threading.Tasks.Task<Discord.Net.Rest.RestResponse>