Skip to main content
Module

x/grm/mod.ts>network.ConnectionInterfaceParams

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

Properties

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