import { type ClientAbstractParams } from "https://deno.land/x/mtkruto@0.1.102/client/1_client_abstract.ts";
Properties
optional
initialDc: DCThe 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.
optional
transportProvider: TransportProviderThe transport provider to use. Defaults to webSocketTransportProvider
with its default options.