RequestBody
Documentation / @discordeno/bot / RequestBody
Interface: RequestBody
Defined in: packages/rest/dist/types/types.d.ts:2929
Properties
body?
optional
body:string
|FormData
Defined in: packages/rest/dist/types/types.d.ts:2931
headers
headers:
Record
<string
,string
>
Defined in: packages/rest/dist/types/types.d.ts:2930
method
method:
RequestMethods
Defined in: packages/rest/dist/types/types.d.ts:2932