• Quote user message for a given chat room Id.

    Parameters

    Returns Promise<IQuoteMessageResponsePayload>

    Async

    Since

    2.18.0

    Example

    quoteMessage({
    message: 'Test reply',
    roomId: 'c1f6082c-f7b9-4d1e-b64e-9071a3860ffc',
    quoteMessage: {
    // message object of type IChatUserMessageResponsePayload
    }
    })

Generated using TypeDoc