Skip to main content
Module

x/mtkruto/mod.ts>types.PhoneConnectionWebrtc

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.PhoneConnectionWebrtc
import { types } from "https://deno.land/x/mtkruto@0.1.116/mod.ts";
const { PhoneConnectionWebrtc } = types;

Constructors

new
PhoneConnectionWebrtc(params: { turn?: true; stun?: true; id: bigint; ip: string; ipv6: string; port: number; username: string; password: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
id: bigint
ip: string
ipv6: string
password: string
port: number
optional
stun: true
optional
turn: true
username: string

Static Properties

readonly
[paramDesc]: ParamDesc