Skip to content

GramIO API Reference / gramio/dist / WebhookHandlerOptionsShouldWait

Interface: WebhookHandlerOptionsShouldWait

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

Properties

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