import { type ClientAbstractParams } from "https://deno.land/x/mtkruto@0.6.3/client/0_client_abstract.ts";
Properties
The first DC to connect to. This is commonly used to decide whether to connect to test or production servers. It is not necessarily the DC that the client will directly connect to or is currently connected to. Defaults to the default initial DC.
The transport provider to use. Defaults to webSocketTransportProvider
with its default options.