Interface EncryptedMessage

from protobuf message EncryptedMessage

interface EncryptedMessage {
    content: Uint8Array;
    timestamp: TimestampString;
}

Properties

Properties

content: Uint8Array

from protobuf field: bytes content = 2;

timestamp: TimestampString

from protobuf field: string timestamp = 1;