GramIO API Reference / gramio/dist / SuppressedAPIMethodParams
Type Alias: SuppressedAPIMethodParams<Method>
SuppressedAPIMethodParams<
Method> =undefinedextendsAPIMethodParams<Method> ?Suppress<true> :MaybeSuppressedParams<Method,true>
Defined in: gramio/index.d.ts:642
Return method params but with Suppress
Type Parameters
| Type Parameter |
|---|
Method extends keyof APIMethods |