UNPKG

scheunemann-interfaces

Version:
7 lines (6 loc) 224 B
import { IEvolutionMessageKeyResponse } from '../../interfaces'; export declare class EvolutionMessageKeyResponseEntity implements IEvolutionMessageKeyResponse { fromMe: boolean; id: string; remoteJid: string; }