MCPcopy Index your code
hub / github.com/TeleBoxOrg/TeleBox_Plugins / SpeedtestConfig

Interface SpeedtestConfig

speedtest/speedtest.ts:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73const DEFAULT_ORDER: MessageType[] = ["photo", "sticker", "file", "txt"];
74
75interface SpeedtestConfig {
76 default_server_id?: number | null;
77 preferred_type?: MessageType;
78}
79
80interface SpeedtestResult {
81 isp: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected