MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / BotInfo

Interface BotInfo

packages/types/src/slack/slackUserInfoInterface.ts:56–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56export interface BotInfo {
57 id: string;
58 deleted: boolean;
59 name: string;
60 updated: number;
61 app_id: string;
62 user_id?: string;
63 icons: {
64 image_36: string;
65 image_48: string;
66 image_72: string;
67 };
68}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected