feat: attachment_size_limit property

This commit is contained in:
MARCROCK22 2025-04-05 13:50:34 -04:00
parent 8882429338
commit b00076df23

View File

@ -177,6 +177,10 @@ export interface APIBaseInteraction<Type extends InteractionType, Data> {
* Context where the interaction was triggered from * Context where the interaction was triggered from
*/ */
context?: InteractionContextType; context?: InteractionContextType;
/**
* Attachment size limit in bytes
*/
attachment_size_limit: number;
} }
export type APIAuthorizingIntegrationOwnersMap = { export type APIAuthorizingIntegrationOwnersMap = {