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
| Property | Type | Defined in |
|---|---|---|
onApiCall | OnApiCall<keyof APIMethods>[] | gramio/index.d.ts:1111 |
onError | OnError<T, Context<AnyBot>>[] | gramio/index.d.ts:1108 |
onResponse | OnResponse<keyof APIMethods>[] | gramio/index.d.ts:1106 |
onResponseError | OnResponseError<keyof APIMethods>[] | gramio/index.d.ts:1107 |
onStart | OnStart[] | gramio/index.d.ts:1109 |
onStop | OnStop[] | gramio/index.d.ts:1110 |
preRequest | PreRequest<keyof APIMethods>[] | gramio/index.d.ts:1105 |