moons-ta-client
    Preparing search index...

    Interface Response_UpdateUser

    --- State Update Responses ---//

    from protobuf message proto.packets.Response.UpdateUser

    interface Response_UpdateUser {
        message: string;
        user?: User;
    }
    Index

    Properties

    Properties

    message: string

    from protobuf field: string message = 1;

    user?: User

    from protobuf field: proto.models.User user = 2;