Skip to main content
Module

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

MTProto API Client for Deno 🦕
Latest
interface ProxyInterface
import { type ProxyInterface } from "https://deno.land/x/grm@0.8.2/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