moons-ta-client
    Preparing search index...

    Interface Response_GetAuthorizedUsers

    from protobuf message proto.packets.Response.GetAuthorizedUsers

    interface Response_GetAuthorizedUsers {
        authorizedUsers: Response_GetAuthorizedUsers_AuthroizedUser[];
        tournamentId: string;
    }
    Index

    Properties

    from protobuf field: repeated proto.packets.Response.GetAuthorizedUsers.AuthroizedUser authorized_users = 2;

    tournamentId: string

    from protobuf field: string tournament_id = 1;