import { sessions } from "https://deno.land/x/grm@0.6.0/mod.ts";
const { Session } = sessions;
Properties
abstract
authKey: AuthKey | undefinedMethods
abstract
close(): voidabstract
delete(): voidabstract
getAuthKey(dcId?: number): AuthKey | undefinedabstract
getInputEntity(key: Api.TypeEntityLike): Promise<Api.TypeInputPeer>abstract
load(): Promise<void>abstract
processEntities(tlo: any): voidabstract
save(): voidabstract
setAuthKey(authKey?: AuthKey, dcId?: number): voidabstract
setDC(dcId: number,
serverAddress: string,
port: number,