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

x/grm/mod.ts>network.UpdateConnectionState

MTProto API Client for Deno 🦕
Latest
class network.UpdateConnectionState
import { network } from "https://deno.land/x/grm@0.8.2/mod.ts";
const { UpdateConnectionState } = network;

Constructors

new
UpdateConnectionState(state: number)

Properties

state: number

Static Properties

broken: number
connected: number
disconnected