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