class tl.Api.NewSessionCreated
extends VirtualClass<{ firstMsgId: long; uniqueId: long; serverSalt: long; }>
import { tl } from "https://deno.land/x/grm@0.5.4/mod.ts";
const { NewSessionCreated } = tl.Api;
Static Methods
fromReader(reader: Reader): NewSessionCreated