ReplyToMessageParams<T>: {
    ContextData?: T;
    Message: ProcessedMessage;
    MessageID: string;
}

Type Parameters

  • T = Record<string, any>

Type declaration

  • Optional ContextData?: T
  • Message: ProcessedMessage

    The message to send as a reply

  • MessageID: string

    The ID of the message to reply to