Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/grm/src/mod.ts>network.ConnectionInterfaceParams

MTProto API Client for Deno 🦕
Go to Latest
interface network.ConnectionInterfaceParams
import { type network } from "https://deno.land/x/grm@v0.3.1/src/mod.ts";
const { ConnectionInterfaceParams } = network;

Properties

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