Skip to main content
Module

x/grm/mod.ts>StoreSession

MTProto API Client for Deno 🦕
Go to Latest
class StoreSession
extends MemorySession
Re-export
import { StoreSession } from "https://deno.land/x/grm@0.5.2/mod.ts";

Constructors

new
StoreSession(sessionName: string, divider?)

Properties

private
readonly
sessionName: string
private
store: Storage
authKey: AuthKey | undefined

Methods

getEntityRowsById(id: string | bigInt.BigInteger, _exact?): any
processEntities(tlo: any)
setDC(
dcId: number,
serverAddress: string,
port: number,
)