@seven.io/client
    Preparing search index...

    Type Alias VoiceMessage

    type VoiceMessage = {
        error: string | null;
        error_text: string | null;
        id: string | null;
        price: number;
        recipient: string;
        sender: string;
        success: boolean;
        text: string;
    }
    Index

    Properties

    error: string | null
    error_text: string | null
    id: string | null
    price: number
    recipient: string
    sender: string
    success: boolean
    text: string