Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot] 2026-04-24 10:55:24 +00:00
parent ba6c6084a4
commit c627596666

View file

@ -10,6 +10,7 @@ export interface AgentInstance {
uuid_tenant: string;
status: string;
telegram_bot_username: string | null;
telegram_bot_token_vault_id: string | null;
telegram_webhook_configured: boolean;
telegram_token_invalid: boolean;
telegram_first_message_received_at: string | null;