Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/grm/deps.ts>Socket#resume

MTProto API Client for Deno 🦕
Go to Latest
method Socket.prototype.resume
import { Socket } from "https://deno.land/x/grm@v0.3.1/deps.ts";

Resumes reading after a call to socket.pause().

Returns

this

The socket itself.