Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/3_types.ts>BusinessConnection

Cross-runtime JavaScript library for building Telegram clients
Latest
interface BusinessConnection
Re-export
import { type BusinessConnection } from "https://deno.land/x/mtkruto@0.2.24/3_types.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.