import { TLRawWriter } from "https://deno.land/x/mtkruto@0.6.2/tl/0_tl_raw_writer.ts";
Methods
write(buffer: Uint8Array): this
writeBytes(bytes: Uint8Array): this
writeDouble(double: number): this
writeInt128(int: bigint, signed?): this
writeInt24(int: number, signed?): this
writeInt256(int: bigint, signed?): this
writeInt32(int: number, signed?): this
writeInt64(int: bigint, signed?): this
writeString(string: string): this