@mobilon-dev/amotop - v0.1.47
    Preparing search index...

    Interface TextPayloadFromUserParams

    interface TextPayloadFromUserParams {
        amojoUserId: string;
        conversationId: string;
        message: string;
        silent?: boolean;
        sourceExternalId?: string;
    }
    Index

    Properties

    amojoUserId: string
    conversationId: string
    message: string
    silent?: boolean
    sourceExternalId?: string