setBirthday

Set the birthday of the current user. User-only.

Parameters

birthday?: Birthday

New birthday. If not set, birthday will be removed.

Result

void

Syntax

// Optional parameters.
// Any of the optional parameters can be omitted.
await client.setBirthday( { birthday });