Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/grm/src/network/connection/types.ts>ProxyInterface

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

Properties

optional
socksType: 4 | 5
ip: string
port: number
optional
secret: string
optional
MTProxy: boolean
optional
timeout: number
optional
username: string
optional
password: string