UNPKG

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