Interface GatewayEvent_ServerMemberUpdated

interface GatewayEvent_ServerMemberUpdated {
    serverId: string;
    userInfo: {
        id: string;
        nickname?: string;
    };
}

Properties

Properties

serverId: string

The ID of the server

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

Type declaration

  • id: string

    The ID of the user

  • Optionalnickname?: string

    The nickname that was just updated for the user