UNPKG

@wireapp/api-client

Version:

Wire API Client to send and receive data.

11 lines (10 loc) 260 B
import { OTRRecipients } from '../conversation'; interface NewOTRMessage { data?: any; native_priority?: 'low' | 'high'; native_push?: boolean; recipients: OTRRecipients; sender: string; transient?: boolean; } export { NewOTRMessage };