Interface MemberUpdateInput

Input to the MemberUpdateCommand.

Hierarchy

  • EndpointInput
    • MemberUpdateInput

Properties

Properties

email?: null | string

The email address of the member, if they should be allowed to access the API.

endpoint: string

The endpoint to send the request to.

name?: null | string

The name of the member, if they're a user.

Set to null to remove the name, and convert the member to a bot.

role?: MemberRole

The role of the member.

Generated using TypeDoc