Skip to content

GramIO API Reference / gramio/dist / SuppressedAPIMethodParams

Type Alias: SuppressedAPIMethodParams<Method>

SuppressedAPIMethodParams<Method> = undefined extends APIMethodParams<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