@getdial/sdk - v0.21.0
    Preparing search index...

    Type Alias ReplyToMessageParams

    ReplyToMessageParams:
        | { body: string; reaction?: never }
        | { body?: never; reaction: string }

    Reply or react to an existing message — exactly one of body or reaction, enforced at the type level. The reply goes out from the number the target message belongs to, to its other party (no to/fromNumberId).