---- Requests (GET (or do?) something where you need a response!) ---- //
from protobuf message proto.packets.Request
from protobuf field: proto.packets.Request.UpdateUser update_user = 1;
from protobuf field: proto.packets.Request.CreateMatch create_match = 2;
from protobuf field: proto.packets.Request.AddUserToMatch add_user_to_match = 3;
from protobuf field: proto.packets.Request.RemoveUserFromMatch remove_user_from_match = 4;
from protobuf field: proto.packets.Request.SetMatchLeader set_match_leader = 5;
from protobuf field: proto.packets.Request.SetMatchMap set_match_map = 6;
from protobuf field: proto.packets.Request.DeleteMatch delete_match = 7;
from protobuf field: proto.packets.Request.CreateQualifierEvent create_qualifier_event = 8;
from protobuf field: proto.packets.Request.SetQualifierName set_qualifier_name = 9;
from protobuf field: proto.packets.Request.SetQualifierInfoChannel set_qualifier_info_channel = 10;
from protobuf field: proto.packets.Request.SetQualifierImage set_qualifier_image = 11;
from protobuf field: proto.packets.Request.SetQualifierFlags set_qualifier_flags = 12;
from protobuf field: proto.packets.Request.SetQualifierLeaderboardSort set_qualifier_leaderboard_sort = 13;
from protobuf field: proto.packets.Request.AddQualifierMaps add_qualifier_maps = 14;
from protobuf field: proto.packets.Request.UpdateQualifierMap update_qualifier_map = 15;
from protobuf field: proto.packets.Request.RemoveQualifierMap remove_qualifier_map = 16;
from protobuf field: proto.packets.Request.DeleteQualifierEvent delete_qualifier_event = 17;
from protobuf field: proto.packets.Request.AddAuthorizedUser add_authorized_user = 48;
from protobuf field: proto.packets.Request.UpdateAuthorizedUserRoles update_authorized_user_roles = 49;
from protobuf field: proto.packets.Request.RemoveAuthorizedUser remove_authorized_user = 51;
from protobuf field: proto.packets.Request.GetAuthorizedUsers get_authorized_users = 52;
from protobuf field: proto.packets.Request.GetDiscordInfo get_discord_info = 53;
from protobuf field: proto.packets.Request.CreateTournament create_tournament = 18;
from protobuf field: proto.packets.Request.SetTournamentName set_tournament_name = 19;
from protobuf field: proto.packets.Request.SetTournamentImage set_tournament_image = 20;
from protobuf field: proto.packets.Request.SetTournamentEnableTeams set_tournament_enable_teams = 21;
from protobuf field: proto.packets.Request.SetTournamentEnablePools set_tournament_enable_pools = 44;
from protobuf field: proto.packets.Request.SetTournamentShowTournamentButton set_tournament_show_tournament_button = 45;
from protobuf field: proto.packets.Request.SetTournamentShowQualifierButton set_tournament_show_qualifier_button = 46;
from protobuf field: proto.packets.Request.SetTournamentAllowUnauthorizedView set_tournament_allow_unauthorized_view = 54;
from protobuf field: proto.packets.Request.SetTournamentScoreUpdateFrequency set_tournament_score_update_frequency = 47;
from protobuf field: proto.packets.Request.SetTournamentBannedMods set_tournament_banned_mods = 23;
from protobuf field: proto.packets.Request.AddTournamentTeam add_tournament_team = 24;
from protobuf field: proto.packets.Request.SetTournamentTeamName set_tournament_team_name = 25;
from protobuf field: proto.packets.Request.SetTournamentTeamImage set_tournament_team_image = 26;
from protobuf field: proto.packets.Request.RemoveTournamentTeam remove_tournament_team = 27;
from protobuf field: proto.packets.Request.AddTournamentPool add_tournament_pool = 28;
from protobuf field: proto.packets.Request.SetTournamentPoolName set_tournament_pool_name = 29;
from protobuf field: proto.packets.Request.SetTournamentPoolImage set_tournament_pool_image = 63;
from protobuf field: proto.packets.Request.AddTournamentPoolMaps add_tournament_pool_maps = 30;
from protobuf field: proto.packets.Request.UpdateTournamentPoolMap update_tournament_pool_map = 31;
from protobuf field: proto.packets.Request.RemoveTournamentPoolMap remove_tournament_pool_map = 32;
from protobuf field: proto.packets.Request.RemoveTournamentPool remove_tournament_pool = 33;
from protobuf field: proto.packets.Request.DeleteTournament delete_tournament = 34;
from protobuf field: proto.packets.Request.AddServer add_server = 35;
from protobuf field: proto.packets.Request.Connect connect = 36;
from protobuf field: proto.packets.Request.Join join = 37;
from protobuf field: proto.packets.Request.QualifierScores qualifier_scores = 38;
from protobuf field: proto.packets.Request.SubmitQualifierScore submit_qualifier_score = 39;
from protobuf field: proto.packets.Request.LoadSong load_song = 40;
from protobuf field: proto.packets.Request.PreloadImageForStreamSync preload_image_for_stream_sync = 41;
from protobuf field: proto.packets.Request.ShowPrompt show_prompt = 42;
from protobuf field: proto.packets.Request.RemainingAttempts remaining_attempts = 43;
from protobuf field: proto.packets.Request.GetBotTokensForUser get_bot_tokens_for_user = 55;
from protobuf field: proto.packets.Request.GenerateBotToken generate_bot_token = 56;
from protobuf field: proto.packets.Request.RevokeBotToken revoke_bot_token = 57;
from protobuf field: proto.packets.Request.RefundAttempts refund_attempts = 58;
from protobuf field: proto.packets.Request.AddTournamentRole add_tournament_role = 59;
from protobuf field: proto.packets.Request.SetTournamentRoleName set_tournament_role_name = 60;
from protobuf field: proto.packets.Request.SetTournamentRolePermissions set_tournament_role_permissions = 61;
from protobuf field: proto.packets.Request.RemoveTournamentRole remove_tournament_role = 62;
from protobuf oneof: type
---- Requests (GET (or do?) something where you need a response!) ---- //
Generated
from protobuf message proto.packets.Request