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