|
@@ -42,8 +42,10 @@ declare namespace threema {
|
|
|
data?: any;
|
|
|
}
|
|
|
|
|
|
- type MessageType = 'text' | 'image' | 'video' | 'audio' | 'location' | 'status' | 'ballot' | 'file' | 'voipStatus';
|
|
|
- type MessageState = 'delivered' | 'read' | 'send-failed' | 'sent' | 'user-ack' | 'user-dec' | 'pending' | 'sending';
|
|
|
+ type MessageType = 'text' | 'image' | 'video' | 'audio' | 'location' | 'contact' |
|
|
|
+ 'status' | 'ballot' | 'file' | 'voipStatus' | 'unknown';
|
|
|
+ type MessageState = 'delivered' | 'read' | 'send-failed' | 'sent' | 'user-ack' |
|
|
|
+ 'user-dec' | 'pending' | 'sending';
|
|
|
type InitializationStep = 'client info' | 'conversations' | 'receivers';
|
|
|
|
|
|
interface InitializationStepRoutine {
|