Interface GatewayEvent_ServerMemberUpdated

Hierarchy

  • GatewayEvent_ServerMemberUpdated

Properties

Properties

serverId: string

The ID of the server

userInfo: {
    id: string;
    nickname?: string;
}

Type declaration

  • id: string

    The ID of the user

  • Optional nickname?: string

    The nickname that was just updated for the user