Skip to content

GramIO API Reference / gramio/dist / Hooks / Store

Interface: Store<T>

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

Store hooks

Type Parameters

Type Parameter
T extends ErrorDefinitions

Properties

PropertyTypeDefined in
onApiCallOnApiCall<keyof APIMethods>[]gramio/index.d.ts:1015
onErrorOnError<T, Context<AnyBot>>[]gramio/index.d.ts:1012
onResponseOnResponse<keyof APIMethods>[]gramio/index.d.ts:1010
onResponseErrorOnResponseError<keyof APIMethods>[]gramio/index.d.ts:1011
onStartOnStart[]gramio/index.d.ts:1013
onStopOnStop[]gramio/index.d.ts:1014
preRequestPreRequest<keyof APIMethods>[]gramio/index.d.ts:1009