Name2key, Group chat, Group invite / group invite accept / group invite reject

This commit is contained in:
Casper Warden
2017-12-14 18:22:41 +00:00
parent 65526c6d21
commit eab57f8ced
33 changed files with 526 additions and 21 deletions

View File

@@ -2,6 +2,7 @@
export declare class UUID {
private mUUID;
static zero(): UUID;
static random(): UUID;
constructor(buf?: Buffer | string, pos?: number);
setUUID(val: string): boolean;
toString: () => string;