RESTAPIMessageReference

https://discord.com/developers/docs/resources/channel#message-reference-object-message-reference-structure

Signature

export type RESTAPIMessageReference = AddUndefinedToPossiblyUndefinedPropertiesOfInterface<Required<Pick<APIMessageReference, 'message_id'>>> & StrictPartial<APIMessageReference> & {    fail_if_not_exists?: boolean | undefined;};

Members

This export does not declare public properties or methods in the generated declaration file.