Skip to main content
Module

x/grm/mod.ts>sessions.StoreSession

MTProto API Client for Deno 🦕
Go to Latest
class sessions.StoreSession
extends MemorySession
import { sessions } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { StoreSession } = sessions;

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,
)