Skip to main content
Module

x/mtkruto/mod.ts>BusinessConnection

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface BusinessConnection
Re-export
import { type BusinessConnection } from "https://deno.land/x/mtkruto@0.2.24/mod.ts";

A business connection.

Properties

id: string

The business connection's unique identifier.

user: User

The business account that the connection is made with.

date: Date

The point in time in which the connection was recently updated.

canReply: boolean

Whether the bot can reply to older chats.

isEnabled: boolean

Whether the connection is active.