Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface ConnectionInterfaceParams
import { type ConnectionInterfaceParams } from "https://deno.land/x/grm@0.6.0/src/network/connection/connection.ts";

Properties

ip: string
port: number
dcId: number
loggers: Logger
optional
proxy: ProxyInterface
socket: PromisedNetSockets | PromisedWebSockets
testServers: boolean