From b00076df23e35d1ed7af731fe877d660a5c55685 Mon Sep 17 00:00:00 2001 From: MARCROCK22 Date: Sat, 5 Apr 2025 13:50:34 -0400 Subject: [PATCH] feat: attachment_size_limit property --- src/types/payloads/_interactions/base.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/types/payloads/_interactions/base.ts b/src/types/payloads/_interactions/base.ts index ec89aea..57dd729 100644 --- a/src/types/payloads/_interactions/base.ts +++ b/src/types/payloads/_interactions/base.ts @@ -177,6 +177,10 @@ export interface APIBaseInteraction { * Context where the interaction was triggered from */ context?: InteractionContextType; + /** + * Attachment size limit in bytes + */ + attachment_size_limit: number; } export type APIAuthorizingIntegrationOwnersMap = {