Skip to main content

RequestBody

@discordeno/bot


Documentation / @discordeno/bot / RequestBody

Interface: RequestBody

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

Properties

body?

optional body: string | FormData

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


headers

headers: Record<string, string>

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


method

method: RequestMethods

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