Type alias RESTAPIMessageReference

RESTAPIMessageReference: AddUndefinedToPossiblyUndefinedPropertiesOfInterface<Required<Pick<APIMessageReference, "message_id">>> & StrictPartial<APIMessageReference> & {
    fail_if_not_exists?: boolean;
}

Type declaration

  • Optional fail_if_not_exists?: boolean

    Whether to error if the referenced message doesn't exist instead of sending as a normal (non-reply) message

    Default

    true
    

Generated using TypeDoc