mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-01 20:46:08 +00:00
feat: attachment_size_limit property
This commit is contained in:
parent
8882429338
commit
b00076df23
@ -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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user