Skip to content

Commit

Permalink
Merge pull request #3314 from kesar/patch-4
Browse files Browse the repository at this point in the history
feat: allow plugins to interact w messangerManager to post on telegram
  • Loading branch information
shakkernerd authored Feb 6, 2025
2 parents 61887b3 + 285c29d commit d449ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client-telegram/src/telegramClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { getOrCreateRecommenderInBe } from "./getOrCreateRecommenderInBe.ts";
export class TelegramClient {
private bot: Telegraf<Context>;
private runtime: IAgentRuntime;
private messageManager: MessageManager;
public messageManager: MessageManager;
private backend;
private backendToken;
private tgTrader;
Expand Down

0 comments on commit d449ca2

Please sign in to comment.