A few small bugfixes
This commit is contained in:
parent
cd9aee84f5
commit
05f905fd10
7 changed files with 52 additions and 44 deletions
8
ts/textsecure.d.ts
vendored
8
ts/textsecure.d.ts
vendored
|
@ -1107,10 +1107,10 @@ export declare namespace SyncMessageClass {
|
|||
}
|
||||
|
||||
class MessageRequestResponse {
|
||||
threadE164?: string;
|
||||
threadUuid?: string;
|
||||
groupId?: ProtoBinaryType;
|
||||
type?: number;
|
||||
threadE164: string | null;
|
||||
threadUuid: string | null;
|
||||
groupId: ProtoBinaryType | null;
|
||||
type: number | null;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue