UNPKG

363 BTypeScriptView Raw
1import type { OptionalArgument } from '../helpers';
2import type { OptionalTeamAssignable, TokenOverridable } from './common';
3export type BotsInfoArguments = OptionalArgument<TokenOverridable & OptionalTeamAssignable & {
4 /** @description Bot ID, which starts with 'B', to retrieve information about. */
5 bot?: string;
6}>;
7//# sourceMappingURL=bots.d.ts.map
\No newline at end of file