moons-ta-client
    Preparing search index...

    Interface Request_GetDiscordInfo

    from protobuf message proto.packets.Request.GetDiscordInfo

    interface Request_GetDiscordInfo {
        discordId: string;
        tournamentId: string;
    }
    Index

    Properties

    discordId: string

    from protobuf field: string discord_id = 2;

    tournamentId: string

    from protobuf field: string tournament_id = 1;