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 });