Skip to content

GramIO API Reference / gramio/dist / Hooks / Store

Interface: Store<T>

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

Store hooks

Type Parameters

Type Parameter
T extends ErrorDefinitions

Properties

PropertyTypeDefined in
onApiCallOnApiCall<keyof APIMethods>[]gramio/index.d.ts:805
onErrorOnError<T, Context<AnyBot>>[]gramio/index.d.ts:802
onResponseOnResponse<keyof APIMethods>[]gramio/index.d.ts:800
onResponseErrorOnResponseError<keyof APIMethods>[]gramio/index.d.ts:801
onStartOnStart[]gramio/index.d.ts:803
onStopOnStop[]gramio/index.d.ts:804
preRequestPreRequest<keyof APIMethods>[]gramio/index.d.ts:799