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

    Interface ImagePayloadFromBotParams

    interface ImagePayloadFromBotParams {
        channelBotId: string;
        conversationId: string;
        mediaUrl: string;
        message: string;
        silent?: boolean;
        sourceExternalId?: string;
    }
    Index

    Properties

    channelBotId: string
    conversationId: string
    mediaUrl: string
    message: string
    silent?: boolean
    sourceExternalId?: string