Skip to content

GramIO API Reference / gramio/dist / Hooks / Store

Interface: Store<T>

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

Store hooks

Type Parameters

Type Parameter
T extends ErrorDefinitions

Properties

PropertyTypeDefined in
onApiCallOnApiCall<keyof APIMethods>[]gramio/index.d.ts:1111
onErrorOnError<T, Context<AnyBot>>[]gramio/index.d.ts:1108
onResponseOnResponse<keyof APIMethods>[]gramio/index.d.ts:1106
onResponseErrorOnResponseError<keyof APIMethods>[]gramio/index.d.ts:1107
onStartOnStart[]gramio/index.d.ts:1109
onStopOnStop[]gramio/index.d.ts:1110
preRequestPreRequest<keyof APIMethods>[]gramio/index.d.ts:1105