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
| Property | Type | Defined in |
|---|---|---|
onApiCall | OnApiCall<keyof APIMethods>[] | gramio/index.d.ts:805 |
onError | OnError<T, Context<AnyBot>>[] | gramio/index.d.ts:802 |
onResponse | OnResponse<keyof APIMethods>[] | gramio/index.d.ts:800 |
onResponseError | OnResponseError<keyof APIMethods>[] | gramio/index.d.ts:801 |
onStart | OnStart[] | gramio/index.d.ts:803 |
onStop | OnStop[] | gramio/index.d.ts:804 |
preRequest | PreRequest<keyof APIMethods>[] | gramio/index.d.ts:799 |