Function: createMemberBoardBackground()
ts
function createMemberBoardBackground(
client,
parameters,
options?): Promise<object[]>;Defined in: api/members.ts:194
Upload a new boardBackground
Parameters
| Parameter | Type | Description |
|---|---|---|
client | Client | - |
parameters | { file: string; id: string; } | - |
parameters.file | string | - |
parameters.id? | string | The ID or username of the member |
options? | RequestOptions | - |
Returns
Promise<object[]>