Skip to main content
Module

x/mtkruto/types/2_business_connection.ts>BusinessConnection

Cross-runtime JavaScript library for building Telegram clients
Latest
interface BusinessConnection
import { type BusinessConnection } from "https://deno.land/x/mtkruto@0.2.30/types/2_business_connection.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.