Skip to content

GramIO API Reference / gramio/dist / WebhookHandlerOptionsShouldWait

Interface: WebhookHandlerOptionsShouldWait

Defined in: gramio/index.d.ts:1961

Properties

PropertyTypeDescriptionDefined in
onTimeout?"throw" | "return"Action to take when timeout occurs. Default "throw"gramio/index.d.ts:1963
timeout?numberTimeout in milliseconds. Default 10_000gramio/index.d.ts:1965