RBWCM-SDK Documentation - v1.1.0
    Preparing search index...

    Interface UpdateIgnDto

    Data Transfer Object for updating a user's In-Game Name.

    interface UpdateIgnDto {
        newIgn: string;
    }
    Index

    Properties

    Properties

    newIgn: string

    The new IGN to set.