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
| Property | Type | Defined in |
|---|---|---|
onApiCall | OnApiCall<keyof APIMethods>[] | gramio/index.d.ts:1015 |
onError | OnError<T, Context<AnyBot>>[] | gramio/index.d.ts:1012 |
onResponse | OnResponse<keyof APIMethods>[] | gramio/index.d.ts:1010 |
onResponseError | OnResponseError<keyof APIMethods>[] | gramio/index.d.ts:1011 |
onStart | OnStart[] | gramio/index.d.ts:1013 |
onStop | OnStop[] | gramio/index.d.ts:1014 |
preRequest | PreRequest<keyof APIMethods>[] | gramio/index.d.ts:1009 |