Skip to main content

RequestBody

@discordeno/bot


Documentation / @discordeno/bot / RequestBody

Interface: RequestBody

Defined in: packages/rest/dist/types/types.d.ts:2957

Properties

body?

optional body: string | FormData

Defined in: packages/rest/dist/types/types.d.ts:2959


headers

headers: Record<string, string>

Defined in: packages/rest/dist/types/types.d.ts:2958


method

method: RequestMethods

Defined in: packages/rest/dist/types/types.d.ts:2960