Member Junction
    Preparing search index...
    type ReplyToMessageParams<T = Record<string, any>> = {
        ContextData?: T;
        Message: ProcessedMessage;
        MessageID: string;
    }

    Type Parameters

    • T = Record<string, any>
    Index

    Properties

    ContextData?: T

    The message to send as a reply

    MessageID: string

    The ID of the message to reply to