Interface TextPayloadFromBotParams

interface TextPayloadFromBotParams {
    channelBotId: string;
    conversationId: string;
    message: string;
    silent?: boolean;
    sourceExternalId?: string;
}

Properties

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